remove unused code

This commit is contained in:
Yann Leboulanger 2005-11-14 09:38:35 +00:00
parent 012887fda8
commit 290ca15a7c
1 changed files with 1 additions and 5 deletions

View File

@ -1245,11 +1245,7 @@ class Interface:
'grouptextcolor', 'groupbgcolor', 'groupfont', 'groupfontattrs',
'contacttextcolor', 'contactbgcolor', 'contactfont', 'contactfontattrs',
'bannertextcolor', 'bannerbgcolor']
font_str = gtkgui_helpers.get_default_font()
if font_str is None:
font_str = 'Sans 10'
default = gajim.config.themes_default
for theme_name in default:
gajim.config.add_per('themes', theme_name)