From 6c3da863d37a155d0765cfdffe3cd40656d79eab Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy Date: Tue, 18 Jun 2019 21:07:40 -0400 Subject: [PATCH] Remove unneeded code --- PySimpleGUI.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/PySimpleGUI.py b/PySimpleGUI.py index 791eb23b..fe717511 100644 --- a/PySimpleGUI.py +++ b/PySimpleGUI.py @@ -9838,15 +9838,6 @@ class _Debugger(): self.popout_choices = {} - - def _build_main_debugger_window_callback(self, events): - """ - - :param events: - - """ - self._build_main_debugger_window() - # Includes the DUAL PANE (now 2 tabs)! Don't forget REPL is there too! def _build_main_debugger_window(self, location=(None, None)): """