summaryrefslogtreecommitdiff
path: root/plugins/TopToolBar/common.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-07-07 19:24:29 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-07-07 19:24:29 +0000
commit4c8d197c7259166c26e037f352f9cc801942308e (patch)
tree9563615d1fc46c5f62e892416d77aef0b4172680 /plugins/TopToolBar/common.h
parent3dfbb6741fe9e70bff6b70608cd7663742287a4a (diff)
- removed unneeded hooks & services control;
- arrangedpos uniqueness git-svn-id: http://svn.miranda-ng.org/main/trunk@824 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TopToolBar/common.h')
-rw-r--r--plugins/TopToolBar/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/TopToolBar/common.h b/plugins/TopToolBar/common.h
index ea577b4c74..432879c57f 100644
--- a/plugins/TopToolBar/common.h
+++ b/plugins/TopToolBar/common.h
@@ -104,7 +104,6 @@ extern bool StopArrange;
extern HWND hwndTopToolBar;
extern HANDLE hHookTTBModuleLoaded;
extern HINSTANCE hInst;
-extern LIST<void> arHooks, arServices;
extern HBITMAP hBmpBackground, hBmpSeparator;
extern int BUTTWIDTH, BUTTHEIGHT, BUTTGAP;
extern CRITICAL_SECTION csButtonsHook;