Removed extra copy of VisibilityChanged method.

This commit is contained in:
PySimpleGUI 2020-06-24 05:06:59 -04:00
parent 3c0a851cd5
commit 73aa0676b6
1 changed files with 0 additions and 8 deletions

View File

@ -7897,14 +7897,6 @@ class Window:
self.TKroot.unbind("<Pause>")
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):
"""