diff options
author | George Hazan <george.hazan@gmail.com> | 2014-07-17 12:24:04 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-07-17 12:24:04 +0000 |
commit | 800d1885d036ef2f7f1bc6f52f8855c03fb64705 (patch) | |
tree | 8803cfad08bad536c2a2eb21bd6a423e7a00e114 /plugins/Clist_modern/src/hdr | |
parent | ebcd54e2b17388d93eb7ec9949f6571f002af259 (diff) |
- manual critical section control replaced with mir_cslock;
- unused variables removed;
git-svn-id: http://svn.miranda-ng.org/main/trunk@9838 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/hdr')
-rw-r--r-- | plugins/Clist_modern/src/hdr/modern_commonprototypes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/hdr/modern_commonprototypes.h b/plugins/Clist_modern/src/hdr/modern_commonprototypes.h index aadbddc498..b0dc2bc203 100644 --- a/plugins/Clist_modern/src/hdr/modern_commonprototypes.h +++ b/plugins/Clist_modern/src/hdr/modern_commonprototypes.h @@ -61,7 +61,6 @@ extern BOOL g_mutex_bChangingMode; extern UINT g_dwMainThreadID;
extern HANDLE g_hAwayMsgThread, g_hGetTextAsyncThread, g_hSmoothAnimationThread;
extern HWND g_hwndViewModeFrame;
-extern HANDLE hSmileyAddOptionsChangedHook,hAvatarChanged,hIconChangedHook;
extern BYTE gl_TrimText;
/************************************************************************/
|