From 75876f6d7a4b4597e95a72315aa82dc3a8ffc57d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 22 Mar 2017 12:45:19 +0300 Subject: useless declaration removed --- plugins/Clist_nicer/src/clc.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/Clist_nicer/src') diff --git a/plugins/Clist_nicer/src/clc.cpp b/plugins/Clist_nicer/src/clc.cpp index a185c7f40f..78a45a7fd9 100644 --- a/plugins/Clist_nicer/src/clc.cpp +++ b/plugins/Clist_nicer/src/clc.cpp @@ -641,7 +641,6 @@ LRESULT CALLBACK ContactListControlWndProc(HWND hwnd, UINT msg, WPARAM wParam, L dat->iHotTrack = -1; dat->szQuickSearch[0] = 0; { - DWORD hitFlags; POINT pt = { GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam) }; if (pt.x == -1 && pt.y == -1) { dat->selection = pcli->pfnGetRowByIndex(dat, dat->selection, &contact, NULL); -- cgit v1.2.3