summaryrefslogtreecommitdiff
path: root/plugins/IEView/src/Utils.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-03-24 21:10:34 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-03-24 21:10:34 +0000
commitc619ad70603e5355e68e78001df154c98306e805 (patch)
treef767c0c71b899dde03594fb52ea401477e58761b /plugins/IEView/src/Utils.h
parent4130d717a6b56a709c100a155442aef74515e101 (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.h2
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