diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/theme.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index 311863f41..0628b5b86 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -150,7 +150,6 @@ Theme::Theme(): initDefaultThemePath(); config.addListener("guialpha", this); - loadColors(); mColors[HIGHLIGHT].ch = 'H'; mColors[CHAT].ch = 'C'; |