- Remove dead code

This commit is contained in:
trigg 2022-07-15 00:52:40 +01:00
parent 97e3a8b4f6
commit 21a27a36ce

View file

@ -203,13 +203,6 @@ class MainSettingsWindow():
"""
Show the settings window
"""
# self.about_settings.present_settings()
# self.voice_settings.present_settings()
# self.text_settings.present_settings()
# self.notification_settings.present_settings()
# self.core_settings.present_settings()
# self.notebook.show()
# self.show()
self.widget['notebook'].set_current_page(0)
self.window.show()