diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2012-11-04 17:50:00 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2012-11-04 17:50:00 +0000 |
commit | 0ffd13e1e6de76f47e1f4d0f32eba05e30bf6134 (patch) | |
tree | 7824ba061071cc9653d0a5b943ad3c6b1634b85e /plugins/FingerPrintModPlus/src/main.cpp | |
parent | 4036afa9b54a8c3ccb84981eb248febc3dd4e7cf (diff) |
completly removed support for clist modern icons
git-svn-id: http://svn.miranda-ng.org/main/trunk@2185 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FingerPrintModPlus/src/main.cpp')
-rw-r--r-- | plugins/FingerPrintModPlus/src/main.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/FingerPrintModPlus/src/main.cpp b/plugins/FingerPrintModPlus/src/main.cpp index c2073b7098..4de8a793a2 100644 --- a/plugins/FingerPrintModPlus/src/main.cpp +++ b/plugins/FingerPrintModPlus/src/main.cpp @@ -24,15 +24,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define LIB_REG 2
#define LIB_USE 3
-#define REGISTER_BETA
-
HINSTANCE g_hInst;
int hLangpack;
HANDLE hHeap = NULL;
-HANDLE hExtraImageListRebuild = NULL; // hook event handle for ME_CLIST_EXTRA_LIST_REBUILD
-HANDLE hExtraImageApply = NULL; // hook event handle for ME_CLIST_EXTRA_IMAGE_APPLY
-HANDLE hExtraIconClick = NULL; // hook event handle for ME_CLIST_EXTRA_CLICK
HANDLE compClientServA = NULL;
HANDLE getClientIconA = NULL;
@@ -43,8 +38,6 @@ LPSTR g_szClientDescription = NULL; HANDLE hStaticHooks[1] = { NULL };
-int g_bExtraIcon_Register_ServiceExist = FALSE, g_bCList_Extra_Set_Icon_ServiceExist = FALSE;
-
//End of header
// PluginInfo & PluginInfoEx
|