From 21a27a36cec4d1674a8e3c479f755754aee1832f Mon Sep 17 00:00:00 2001 From: trigg Date: Fri, 15 Jul 2022 00:52:40 +0100 Subject: [PATCH] - Remove dead code --- discover_overlay/settings_window.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/discover_overlay/settings_window.py b/discover_overlay/settings_window.py index 55ac479..7ccfe22 100644 --- a/discover_overlay/settings_window.py +++ b/discover_overlay/settings_window.py @@ -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()