diff options
author | George Hazan <ghazan@miranda.im> | 2020-05-01 15:03:06 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-05-01 15:03:06 +0300 |
commit | 25cca93d684bdf080ad39484110d92963576ec67 (patch) | |
tree | e206a40edf0c6adee23e0b15f28aafd947603dff /plugins/Scriver/src | |
parent | ac53fb61905a0bfd2e63afd00823eed4741fa5c5 (diff) |
frankly speaking, neither colors not effects have flags
Diffstat (limited to 'plugins/Scriver/src')
-rw-r--r-- | plugins/Scriver/src/msgoptions.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Scriver/src/msgoptions.cpp b/plugins/Scriver/src/msgoptions.cpp index ee98aabe7a..b056b8bf27 100644 --- a/plugins/Scriver/src/msgoptions.cpp +++ b/plugins/Scriver/src/msgoptions.cpp @@ -105,7 +105,6 @@ void RegisterFontServiceFonts() ColourIDW cid = {};
wcsncpy_s(cid.group, LPGENW("Messaging"), _TRUNCATE);
strncpy(cid.dbSettingsGroup, SRMM_MODULE, _countof(fid.dbSettingsGroup));
- cid.flags = 0;
for (int i = 0; i < _countof(colourOptionsList); i++) {
cid.order = i;
wcsncpy(cid.name, colourOptionsList[i].szName, _countof(cid.name));
|