Remove some left overs.

This commit is contained in:
Pedro Algarvio 2011-07-08 00:39:48 +01:00
parent f87ed6d5a6
commit 312a57aa50
2 changed files with 0 additions and 9 deletions

View file

@ -754,11 +754,3 @@ class ConnectionManager(component.Component):
config["hosts"][idx][3] = localclient_username
config["hosts"][idx][4] = localclient_password
return config
# # These handlers are defined on the GTK builder file but they were not used on this code.
# # Let's just stop the RuntimeWarning's until we find out if we really needed these handlers.
# def __dummy_gtkbuilder_handler(self, *a, **k): pass
# on_chk_donotshow_toggled = __dummy_gtkbuilder_handler
# on_chk_autostart_toggled = __dummy_gtkbuilder_handler
# on_chk_autoconnect_toggled = __dummy_gtkbuilder_handler

View file

@ -380,7 +380,6 @@ class MenuBar(component.Component):
self.move_storage_dialog.show()
def on_menuitem_queue_top_activate(self, value):
print 1234567, '\n\n\n'
log.debug("on_menuitem_queue_top_activate")
client.core.queue_top(component.get("TorrentView").get_selected_torrents())