Skip to content

Commit

Permalink
wxGUI: remove unused method
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.osgeo.org/grass/grass/trunk@51833 15284696-431f-4ddb-bdfa-cd5b030d7da7
  • Loading branch information
petrasovaa committed May 27, 2012
1 parent 4b16356 commit 5e3eed1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions gui/wxpython/lmgr/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -1451,14 +1451,6 @@ def OnAddRaster(self, event):
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
Expand Down

0 comments on commit 5e3eed1

Please sign in to comment.