Skip to content
Snippets Groups Projects
Commit 4e0295fc authored by André's avatar André Committed by Philipp Hörist
Browse files

gui_menu_builder: remove unused variable

parent 6e416992
No related branches found
No related tags found
No related merge requests found
......@@ -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)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment