diff options
author | George Hazan <ghazan@miranda.im> | 2018-03-11 19:53:19 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-03-11 19:53:19 +0300 |
commit | c3d846f6cb7f8013d9ff95b302f16742b6e18790 (patch) | |
tree | fe0a96f76a7fcd9d8835c5f268d42ac74d7f69a0 /plugins/TabSRMM/src/globals.h | |
parent | 57c5323947808f0d71da342b9950d2632f7c851a (diff) |
fixes #1181 (TabSRMM: bug with event handling)
Diffstat (limited to 'plugins/TabSRMM/src/globals.h')
-rw-r--r-- | plugins/TabSRMM/src/globals.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/globals.h b/plugins/TabSRMM/src/globals.h index e6aca29cc8..1d8a9deba6 100644 --- a/plugins/TabSRMM/src/globals.h +++ b/plugins/TabSRMM/src/globals.h @@ -60,7 +60,6 @@ public: void reloadSettings(bool fReloadSkins = true);
void hookSystemEvents();
- bool haveAutoSwitch();
const HMENU getMenuBar();
|