summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/utils.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-12-26 15:57:50 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-12-26 15:57:50 +0300
commit4ac8a5589cd54abe47f1c80c67b2a8265764528a (patch)
treef19de1b727375840a8aca83fcd84046699ba1f99 /plugins/TabSRMM/src/utils.h
parent1b2a01f70d70425f84d5009fabc33e5142f2cf73 (diff)
TabSRMM:
- custom color chooser removed; - unused menu items removed; - version bump
Diffstat (limited to 'plugins/TabSRMM/src/utils.h')
-rw-r--r--plugins/TabSRMM/src/utils.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/TabSRMM/src/utils.h b/plugins/TabSRMM/src/utils.h
index 9461b3acde..468c174733 100644
--- a/plugins/TabSRMM/src/utils.h
+++ b/plugins/TabSRMM/src/utils.h
@@ -38,9 +38,8 @@
struct TRTFColorTable
{
- wchar_t szName[10];
+ wchar_t szName[10];
COLORREF clr;
- int menuid;
};
class Utils {