summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/hdr
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-07-09 17:53:15 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-07-09 17:53:15 +0000
commitcee90240b1301ad373e98fe874a924fcdbb83447 (patch)
tree2a289365c84efbfd0c27eca4663294b04737d2f1 /plugins/Clist_modern/hdr
parent132e74c3f3f5a31558b6b50be7be70e7bc283804 (diff)
- fix for button states errors in Clist Modern;
- fix for message handling duplicates; - fix for naming toolbar icons; - removed duplicate icon entry in dbeditor++ git-svn-id: http://svn.miranda-ng.org/main/trunk@884 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/hdr')
-rw-r--r--plugins/Clist_modern/hdr/modern_commonprototypes.h1
-rw-r--r--plugins/Clist_modern/hdr/modern_static_clui.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Clist_modern/hdr/modern_commonprototypes.h b/plugins/Clist_modern/hdr/modern_commonprototypes.h
index 2d0c7b5eb3..d8cb8d33e9 100644
--- a/plugins/Clist_modern/hdr/modern_commonprototypes.h
+++ b/plugins/Clist_modern/hdr/modern_commonprototypes.h
@@ -68,7 +68,6 @@ extern BOOL g_bTransparentFlag;
extern HINSTANCE g_hInst;
extern HIMAGELIST hCListImages;
extern BOOL g_mutex_bChangingMode;
-extern HANDLE g_hMainThread;
extern DWORD g_dwMainThreadID;
extern DWORD g_dwAwayMsgThreadID;
extern DWORD g_dwGetTextAsyncThreadID;
diff --git a/plugins/Clist_modern/hdr/modern_static_clui.h b/plugins/Clist_modern/hdr/modern_static_clui.h
index f54fae26c4..11e492e211 100644
--- a/plugins/Clist_modern/hdr/modern_static_clui.h
+++ b/plugins/Clist_modern/hdr/modern_static_clui.h
@@ -108,8 +108,6 @@ int UnhookAll();
/* Global variables */
-HANDLE g_hMainThread=NULL;
-
DWORD g_dwMainThreadID=0,
g_dwAwayMsgThreadID=0,
g_dwGetTextAsyncThreadID=0,