From 437b5d6ab1333635cf5ba38e2d9e639448ab34bc Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Sun, 13 Sep 2015 09:25:50 +0000 Subject: Tox: removed useless own bicycle git-svn-id: http://svn.miranda-ng.org/main/trunk@15339 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/tox_proto.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'protocols/Tox/src/tox_proto.h') 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]; -- cgit v1.2.3