diff options
author | George Hazan <george.hazan@gmail.com> | 2013-12-28 09:53:15 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-12-28 09:53:15 +0000 |
commit | d2d076e523b7a5a10507fba40f58543a386dbec0 (patch) | |
tree | 0576e5629cb3a0ce937445f627e67d6fd7480d4b /src/modules/findadd/findadd.h | |
parent | 9a89e7b722cffaaa4343a109e173e4fcde367f1c (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.h | 1 |
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;
|