diff options
Diffstat (limited to 'plugins/IEView/src/Utils.h')
-rw-r--r-- | plugins/IEView/src/Utils.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/IEView/src/Utils.h b/plugins/IEView/src/Utils.h index 031e400bf4..173b451fc1 100644 --- a/plugins/IEView/src/Utils.h +++ b/plugins/IEView/src/Utils.h @@ -30,9 +30,7 @@ namespace Utils void convertPath(char *path);
void convertPath(wchar_t *path);
char *escapeString(const char *a);
- int detectURL(const wchar_t *text);
- bool DbEventIsForMsgWindow(DBEVENTINFO *dbei);
- bool DbEventIsForHistory(DBEVENTINFO *dbei);
+ int detectURL(const wchar_t *text);
};
#endif
|