diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-24 21:10:34 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-24 21:10:34 +0000 |
commit | c619ad70603e5355e68e78001df154c98306e805 (patch) | |
tree | f767c0c71b899dde03594fb52ea401477e58761b /plugins/IEView/src/Utils.h | |
parent | 4130d717a6b56a709c100a155442aef74515e101 (diff) |
unused functions removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@4179 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEView/src/Utils.h')
-rw-r--r-- | plugins/IEView/src/Utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/IEView/src/Utils.h b/plugins/IEView/src/Utils.h index c3d7df78ec..124ce51673 100644 --- a/plugins/IEView/src/Utils.h +++ b/plugins/IEView/src/Utils.h @@ -42,8 +42,6 @@ public: static void convertPath(wchar_t *path);
static char *escapeString(const char *a);
static int detectURL(const wchar_t *text);
- static wchar_t *urlEncode(const wchar_t *a);
- static wchar_t *urlEncode(const char *a);
};
#endif
|