summaryrefslogtreecommitdiff
path: root/src/modules/findadd/findadd.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-12-28 09:53:15 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-12-28 09:53:15 +0000
commitd2d076e523b7a5a10507fba40f58543a386dbec0 (patch)
tree0576e5629cb3a0ce937445f627e67d6fd7480d4b /src/modules/findadd/findadd.h
parent9a89e7b722cffaaa4343a109e173e4fcde367f1c (diff)
Find/Add user dialog optimization: manually drawn bitmaps replaced with Windows native
git-svn-id: http://svn.miranda-ng.org/main/trunk@7404 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/findadd/findadd.h')
-rw-r--r--src/modules/findadd/findadd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/findadd/findadd.h b/src/modules/findadd/findadd.h
index 2334b746f1..e9c13610e4 100644
--- a/src/modules/findadd/findadd.h
+++ b/src/modules/findadd/findadd.h
@@ -44,7 +44,6 @@ struct FindAddDlgData
int notSearchedYet;
struct ProtoSearchInfo *search;
int searchCount;
- HBITMAP hBmpSortUp, hBmpSortDown;
int throbbing;
int pivot;
HWND hwndAdvSearch;