From e5fcb23f1da0228d227e4397f622fdb38d22bfa3 Mon Sep 17 00:00:00 2001 From: "wishmaster51@gmail.com" Date: Sat, 21 Apr 2012 10:05:59 +0000 Subject: -fixed notifications of duplicate avatars (thanks to xaos for testing and reporting it) git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@246 c086bb3d-8645-0410-b8da-73a8550f86e7 --- Plugins/avatarhistory/icolib.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'Plugins/avatarhistory/icolib.cpp') diff --git a/Plugins/avatarhistory/icolib.cpp b/Plugins/avatarhistory/icolib.cpp index c2de441..b8e54b0 100644 --- a/Plugins/avatarhistory/icolib.cpp +++ b/Plugins/avatarhistory/icolib.cpp @@ -1,5 +1,4 @@ #include "AvatarHistory.h" -#include //for ImageList_* enum IconIndex { @@ -64,8 +63,6 @@ int IcoLibIconsChanged(WPARAM wParam, LPARAM lParam) void SetupIcoLib() { - hHooks[4] = HookEvent(ME_SKIN2_ICONSCHANGED, IcoLibIconsChanged); - if (hHooks[4]) { SKINICONDESC sid = {0}; -- cgit v1.2.3