summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-03-22 12:45:19 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-03-22 12:45:19 +0300
commit75876f6d7a4b4597e95a72315aa82dc3a8ffc57d (patch)
treed036241fd5b42d50785012b18732cb487b985058
parent337a21c7b838d8e5135fe3d28b320508442ad69c (diff)
useless declaration removed
-rw-r--r--plugins/Clist_nicer/src/clc.cpp1
1 files changed, 0 insertions, 1 deletions
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);