From 01433b81e943d57b1ec2ebb5758bd2a85d836753 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 28 Apr 2016 10:25:53 +0000 Subject: we don't redraw invisible contacts git-svn-id: http://svn.miranda-ng.org/main/trunk@16784 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/modern_clcmsgs.cpp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'plugins/Clist_modern') diff --git a/plugins/Clist_modern/src/modern_clcmsgs.cpp b/plugins/Clist_modern/src/modern_clcmsgs.cpp index 6748c9eaa4..8a654ba13f 100644 --- a/plugins/Clist_modern/src/modern_clcmsgs.cpp +++ b/plugins/Clist_modern/src/modern_clcmsgs.cpp @@ -209,17 +209,6 @@ LRESULT cli_ProcessExternalMessages(HWND hwnd, ClcData *dat, UINT msg, WPARAM wP pcli->pfnEnsureVisible(hwnd, dat, dat->selection, 0); } return 0; - - case CLM_SETEXTRAIMAGE: - if (LOWORD(lParam) >= dat->extraColumnsCount) - return 0; - - if (!pcli->pfnFindItem(hwnd, dat, wParam, &contact, NULL, NULL)) - return 0; - - contact->iExtraImage[LOWORD(lParam)] = HIWORD(lParam); - pcli->pfnInvalidateRect(hwnd, NULL, FALSE); - return 0; } return corecli.pfnProcessExternalMessages(hwnd, dat, msg, wParam, lParam); } -- cgit v1.2.3