[GRASS-SVN] r51833 - grass/trunk/gui/wxpython/lmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun May 27 08:47:21 PDT 2012
Author: annakrat
Date: 2012-05-27 08:47:20 -0700 (Sun, 27 May 2012)
New Revision: 51833
Modified:
grass/trunk/gui/wxpython/lmgr/frame.py
Log:
wxGUI: remove unused method
Modified: grass/trunk/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/frame.py 2012-05-27 15:24:21 UTC (rev 51832)
+++ grass/trunk/gui/wxpython/lmgr/frame.py 2012-05-27 15:47:20 UTC (rev 51833)
@@ -1451,14 +1451,6 @@
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
More information about the grass-commit
mailing list