Browse Source

wxGUI: revert accidentally committed code

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57125 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 11 years ago
parent
commit
3cf93ce889
1 changed files with 0 additions and 4 deletions
  1. 0 4
      gui/wxpython/lmgr/frame.py

+ 0 - 4
gui/wxpython/lmgr/frame.py

@@ -176,10 +176,6 @@ class GMFrame(wx.Frame):
         self._auimgr.AddPane(self.notebook, wx.aui.AuiPaneInfo().
         self._auimgr.AddPane(self.notebook, wx.aui.AuiPaneInfo().
                              Left().CentrePane().BestSize((-1,-1)).Dockable(False).
                              Left().CentrePane().BestSize((-1,-1)).Dockable(False).
                              CloseButton(False).DestroyOnClose(True).Row(1).Layer(0))
                              CloseButton(False).DestroyOnClose(True).Row(1).Layer(0))
-        self._auimgr.AddPane(SearchModuleWindow(parent=self, model=self._menuTreeBuilder.GetModel()), wx.aui.AuiPaneInfo().
-                             Left().BestSize((-1,-1)).Dockable(True).
-                             CloseButton(False).DestroyOnClose(True).Row(1).Layer(0).
-                             PaneBorder(False).CaptionVisible(True))
 
 
         self._auimgr.Update()
         self._auimgr.Update()