summaryrefslogtreecommitdiffstats
path: root/pyMainGui.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyMainGui.py')
-rwxr-xr-xpyMainGui.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pyMainGui.py b/pyMainGui.py
index 10903433c..2a51fedd5 100755
--- a/pyMainGui.py
+++ b/pyMainGui.py
@@ -115,8 +115,6 @@ class Pyload_Main_Gui(wx.Frame):
self.Bind(wx.EVT_MENU, self.exit_button_clicked, submenu_exit)
self.Bind(wx.EVT_TOOL, self.add_button_clicked, add)
-
-
self.Centre()
self.Show(True)