Small cleanup in mainFrame.py (removed an obsolete function)
This commit is contained in:
@@ -478,9 +478,6 @@ class MainFrame(wx.Frame):
|
||||
else:
|
||||
self.graphFrame.SetFocus()
|
||||
|
||||
def toggleShipBrowser(self, event):
|
||||
self.GetToolBar().toggleShipBrowser(event)
|
||||
|
||||
def openWXInspectTool(self,event):
|
||||
from wx.lib.inspection import InspectionTool
|
||||
if not InspectionTool().initialized:
|
||||
|
||||
Reference in New Issue
Block a user