diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-13 16:21:09 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-13 16:21:09 +0000 |
commit | 9b873e37cc52b7ba4d1d240d04e42b5426976da8 (patch) | |
tree | 70afd381ab2595fbd47ff6c81f532ec36aec7b51 /plugins/TopToolBar/common.h | |
parent | 30d2e707d653c7f31461587198dd57ff2e69af08 (diff) |
- fix for the Apply button behavior;
- unneeded variable removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@395 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TopToolBar/common.h')
-rw-r--r-- | plugins/TopToolBar/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TopToolBar/common.h b/plugins/TopToolBar/common.h index 93c219e200..52658e5b9a 100644 --- a/plugins/TopToolBar/common.h +++ b/plugins/TopToolBar/common.h @@ -84,7 +84,7 @@ struct SortData //#define BUTTHEIGHT 16
#define SEPWIDTH 3
-extern bool OptionsOpened, StopArrange;
+extern bool StopArrange;
extern HWND OptionshWnd;
extern HANDLE hHookTTBModuleLoaded;
extern HINSTANCE hInst;
|