summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-01-21 14:23:36 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-01-21 14:23:36 +0300
commit6d8904f7b96bf24618e9493b8cee050868be3e82 (patch)
tree7c35fede90b8a255e41c722b4c760e4db436677b /plugins/NewStory/src
parent8c18d1fe6f83807116c065e548ee6b567f4b49a1 (diff)
fixes #1776 (rest of URL atavisms)
Diffstat (limited to 'plugins/NewStory/src')
-rw-r--r--plugins/NewStory/src/fonts.cpp6
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" },