From 3be534c7528386c00bc31fca9c15b87d214f5cc1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 8 Nov 2012 19:17:18 +0000 Subject: CLN_LISTREBUILT & CLN_NEWCONTACT processing moved to the core git-svn-id: http://svn.miranda-ng.org/main/trunk@2249 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_nicer/src/viewmodes.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/Clist_nicer/src/viewmodes.cpp') diff --git a/plugins/Clist_nicer/src/viewmodes.cpp b/plugins/Clist_nicer/src/viewmodes.cpp index 957a580a0d..cf6a09e9e9 100644 --- a/plugins/Clist_nicer/src/viewmodes.cpp +++ b/plugins/Clist_nicer/src/viewmodes.cpp @@ -789,8 +789,6 @@ INT_PTR CALLBACK DlgProcViewModesSetup(HWND hwndDlg, UINT msg, WPARAM wParam, LP Utils::enableDlgControl(hwndDlg, IDC_APPLY, TRUE); switch (((LPNMHDR)lParam)->code) { - case CLN_NEWCONTACT: - case CLN_LISTREBUILT: case NM_CLICK: { NMCLISTCONTROL *nm=(NMCLISTCONTROL*)lParam; -- cgit v1.2.3