diff options
Diffstat (limited to 'plugins/NewStory/src/fonts.cpp')
-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" }, |