Browse Source

wxGUI: remove unused method

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

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

@@ -1451,14 +1451,6 @@ class GMFrame(wx.Frame):
         self.notebook.SetSelectionByName('layers')
         self.curr_page.maptree.AddLayer('raster')
         
-    def OnAddRaster3D(self, event):
-        """!Add 3D raster map layer"""
-        # start new map display if no display is available
-        if not self.curr_page:
-            self.NewDisplay(show = True)
-        
-        self.AddRaster3D(event)
-        
     def OnAddRasterMisc(self, event):
         """!Create misc raster popup-menu"""
         # start new map display if no display is available