diff options
author | George Hazan <ghazan@miranda.im> | 2019-01-21 14:23:36 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-01-21 14:23:36 +0300 |
commit | 6d8904f7b96bf24618e9493b8cee050868be3e82 (patch) | |
tree | 7c35fede90b8a255e41c722b4c760e4db436677b /plugins/NewStory/src | |
parent | 8c18d1fe6f83807116c065e548ee6b567f4b49a1 (diff) |
fixes #1776 (rest of URL atavisms)
Diffstat (limited to 'plugins/NewStory/src')
-rw-r--r-- | plugins/NewStory/src/fonts.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/NewStory/src/fonts.cpp b/plugins/NewStory/src/fonts.cpp index 39e3f016b4..272a89723e 100644 --- a/plugins/NewStory/src/fonts.cpp +++ b/plugins/NewStory/src/fonts.cpp @@ -8,9 +8,6 @@ MyColourID colors[] = { "Incoming Files", "ColorFileIn", RGB(0xff, 0xff, 0xff) }, { "Outgoing Files", "ColorFileOut", RGB(0xff, 0xff, 0xff) }, - { "Incoming URLs", "ColorURLIn", RGB(0xff, 0xff, 0xff) }, - { "Outgoing URLs", "ColorURLOut", RGB(0xff, 0xff, 0xff) }, - { "Status changes", "ColorStatus", RGB(0xff, 0xff, 0xff) }, { "Other Outgoing Events", "ColorOut", RGB(0xff, 0xff, 0xff) }, @@ -28,9 +25,6 @@ MyFontID fonts[] = { "Incoming Files", "FontFileIn" }, { "Outgoing Files", "FontFileOut" }, - { "Incoming URLs", "FontURLIn" }, - { "Outgoing URLs", "FontURLOut" }, - { "Status changes", "FontStatus" }, { "Other Outgoing Events", "FontOut" }, |