From 73aa0676b621260c230eaeba1110e8698368211a Mon Sep 17 00:00:00 2001 From: PySimpleGUI Date: Wed, 24 Jun 2020 05:06:59 -0400 Subject: [PATCH] Removed extra copy of VisibilityChanged method. --- PySimpleGUI.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/PySimpleGUI.py b/PySimpleGUI.py index a4f5b7da..86696d48 100644 --- a/PySimpleGUI.py +++ b/PySimpleGUI.py @@ -7897,14 +7897,6 @@ class Window: self.TKroot.unbind("") self.DebuggerEnabled = False - def VisibilityChanged(self): - """ - This is a completely dummy method that does nothing. It is here so that PySimpleGUIQt programs can make this - call and then have that same source run on plain PySimpleGUI. - :return: - """ - return - def set_title(self, title): """