From 02ed4455c23e3562d71bfc80a0e2c4fede8708f1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 14 Jun 2015 13:17:26 +0000 Subject: - all icolib services removed; - IcoLib_* functions are bound directly to the code git-svn-id: http://svn.miranda-ng.org/main/trunk@14161 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirOTR/src/icons.cpp | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'plugins/MirOTR/src/icons.cpp') diff --git a/plugins/MirOTR/src/icons.cpp b/plugins/MirOTR/src/icons.cpp index ca38927383..fa92c1804c 100644 --- a/plugins/MirOTR/src/icons.cpp +++ b/plugins/MirOTR/src/icons.cpp @@ -1,7 +1,5 @@ #include "stdafx.h" -TCHAR g_dllpath[1024]; - static IconItem iconList[] = { { LPGEN(LANG_ICON_OTR), ICON_OTR, IDI_OTR }, { LPGEN(LANG_ICON_PRIVATE), ICON_PRIVATE, IDI_PRIVATE }, @@ -15,22 +13,3 @@ void InitIcons() { Icon_Register(hInst, "OTR", iconList, SIZEOF(iconList)); } - -HICON LoadIcon(const char* name, int big) { - return Skin_GetIcon(name, big); -} - -HANDLE GetIconHandle(const char* name) -{ - return Skin_GetIconHandle(name); -} - -void ReleaseIcon(const char* name, int big) -{ - Skin_ReleaseIcon(name, big); -} - -void ReleaseIcon(HICON handle, int big) -{ - Skin_ReleaseIcon(handle); -} -- cgit v1.2.3