summaryrefslogtreecommitdiff
path: root/plugins/TooltipNotify/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-05-01 15:03:06 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-05-01 15:03:06 +0300
commit25cca93d684bdf080ad39484110d92963576ec67 (patch)
treee206a40edf0c6adee23e0b15f28aafd947603dff /plugins/TooltipNotify/src
parentac53fb61905a0bfd2e63afd00823eed4741fa5c5 (diff)
frankly speaking, neither colors not effects have flags
Diffstat (limited to 'plugins/TooltipNotify/src')
-rw-r--r--plugins/TooltipNotify/src/TooltipNotify.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/TooltipNotify/src/TooltipNotify.cpp b/plugins/TooltipNotify/src/TooltipNotify.cpp
index 1e9177063f..1a4ef3b14d 100644
--- a/plugins/TooltipNotify/src/TooltipNotify.cpp
+++ b/plugins/TooltipNotify/src/TooltipNotify.cpp
@@ -86,7 +86,6 @@ void CTooltipNotify::RegisterFonts()
ColourIDW colorId = {};
wcsncpy(colorId.group, FONTSERV_GROUP, _countof(colorId.group) - 1);
strncpy(colorId.dbSettingsGroup, MODULENAME, _countof(colorId.dbSettingsGroup) - 1);
- colorId.flags = 0;
colorId.defcolour = DEF_SETTING_BGCOLOR;
colorId.order = 0;