diff --git a/GTG/gtk/browser/main_window.py b/GTG/gtk/browser/main_window.py index 76a34d9bb..1b5443ac3 100644 --- a/GTG/gtk/browser/main_window.py +++ b/GTG/gtk/browser/main_window.py @@ -132,11 +132,6 @@ def __init__(self, app): # Setup GTG icon theme self._init_icon_theme() - #switch tab - self.switch_tab_open() - self.switch_tab_actionable() - self.switch_tab_closed() - # Init Actions self._set_actions()