[GRASS-SVN] r51835 - grass/branches/releasebranch_6_4/gui/wxpython/lmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun May 27 08:53:55 PDT 2012
Author: annakrat
Date: 2012-05-27 08:53:55 -0700 (Sun, 27 May 2012)
New Revision: 51835
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/lmgr/frame.py
Log:
wxGUI: remove unused method (merge from trunk, r51833)
Modified: grass/branches/releasebranch_6_4/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/lmgr/frame.py 2012-05-27 15:51:06 UTC (rev 51834)
+++ grass/branches/releasebranch_6_4/gui/wxpython/lmgr/frame.py 2012-05-27 15:53:55 UTC (rev 51835)
@@ -1469,14 +1469,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