summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_proto.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-09-13 09:25:50 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-09-13 09:25:50 +0000
commit437b5d6ab1333635cf5ba38e2d9e639448ab34bc (patch)
tree797b0149e6906fa8872ec6eb13884de5481ee79c /protocols/Tox/src/tox_proto.h
parentf5584d8ae977f278ae9735f53ab868c8574c2451 (diff)
Tox: removed useless own bicycle
git-svn-id: http://svn.miranda-ng.org/main/trunk@15339 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_proto.h')
-rw-r--r--protocols/Tox/src/tox_proto.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h
index 5c42073af0..f465dcd713 100644
--- a/protocols/Tox/src/tox_proto.h
+++ b/protocols/Tox/src/tox_proto.h
@@ -72,11 +72,9 @@ public:
// icons
static void InitIcons();
- static void UninitIcons();
// menus
static void InitMenus();
- static void UninitMenus();
// events
void InitCustomDbEvents();
@@ -135,10 +133,8 @@ private:
void UninitNetlib();
// icons
- static IconInfo Icons[];
- static HICON GetIcon(const char *name, bool size = false);
- static HANDLE GetIconHandle(const char *name);
- static HANDLE Skin_GetIconHandle(const char *name);
+ static IconItemT Icons[];
+ static HANDLE GetIconHandle(int iconId);
// menus
static HGENMENU ContactMenuItems[CMI_MAX];