Commit 0226c6cf authored by Dan Pascu's avatar Dan Pascu

Removed unused control

parent 8e9d663a
......@@ -300,8 +300,6 @@ class PreferencesWindow(base_class, ui_class):
self.tail_length_slider.hide()
self.tail_length_value_label.hide()
#self.rename_account_button.hide() # do not use this for the time being -Dan
self.section_group = QActionGroup(self)
self.section_group.setExclusive(True)
for index, action in enumerate(action for action in self.toolbar.actions() if not action.isSeparator()):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment