diff options
author | George Hazan <ghazan@miranda.im> | 2019-08-09 14:10:20 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-08-09 14:10:20 +0300 |
commit | edba1adf6418cc8d096acb56db05871762b0ff7d (patch) | |
tree | acc13f82771730b8cbe8659e088707a1b13ed2b0 /plugins/TabSRMM/src/globals.h | |
parent | 8d9e22cfcb01180289388f06142ffcab7f93d7d4 (diff) |
fixes #2023 (Cannot edit "Open new chat rooms in the default container" setting when using a screen reader on Windows)
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 78919e16cd..bb8f583bd9 100644 --- a/plugins/TabSRMM/src/globals.h +++ b/plugins/TabSRMM/src/globals.h @@ -72,7 +72,6 @@ public: HIMAGELIST g_hImageList;
HICON g_IconMsgEvent, g_IconTypingEvent, g_IconFileEvent, g_IconSend;
HICON g_IconMsgEventBig, g_IconTypingEventBig;
- HICON g_IconGroupOpen, g_IconGroupClose, g_IconChecked, g_IconUnchecked;
HMENU g_hMenuContext, g_hMenuContainer, g_hMenuTrayUnread;
HMENU g_hMenuFavorites, g_hMenuRecent, g_hMenuTrayContext;
HICON g_buttonBarIcons[NR_BUTTONBARICONS];
|