From 6d8904f7b96bf24618e9493b8cee050868be3e82 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 21 Jan 2019 14:23:36 +0300 Subject: fixes #1776 (rest of URL atavisms) --- plugins/NewStory/src/fonts.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'plugins/NewStory/src/fonts.cpp') 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" }, -- cgit v1.2.3