diff --git a/gui/mainFrame.py b/gui/mainFrame.py index 62562f304..8e84ba0ea 100644 --- a/gui/mainFrame.py +++ b/gui/mainFrame.py @@ -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: