gui_menu_builder: remove unused variable

This commit is contained in:
André Apitzsch 2018-11-03 12:08:29 +01:00 committed by Philipp Hörist
parent 6e41699297
commit 4e0295fcd9
1 changed files with 0 additions and 3 deletions

View File

@ -36,9 +36,6 @@ def build_resources_submenu(contacts, account, action, room_jid=None,
roster = app.interface.roster
sub_menu = Gtk.Menu()
iconset = app.config.get('iconset')
if not iconset:
iconset = app.config.DEFAULT_ICONSET
for c in contacts:
item = Gtk.MenuItem.new_with_label(
'%s (%s)' % (c.resource, str(c.priority)))