[GRASS-SVN] r57423 - grass/trunk/gui/wxpython/gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Aug 6 02:15:59 PDT 2013
Author: annakrat
Date: 2013-08-06 02:15:59 -0700 (Tue, 06 Aug 2013)
New Revision: 57423
Modified:
grass/trunk/gui/wxpython/gui_core/mapdisp.py
Log:
wxGUI/mapdisplay: remove unused variables
Modified: grass/trunk/gui/wxpython/gui_core/mapdisp.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/mapdisp.py 2013-08-05 21:02:52 UTC (rev 57422)
+++ grass/trunk/gui/wxpython/gui_core/mapdisp.py 2013-08-06 09:15:59 UTC (rev 57423)
@@ -101,8 +101,6 @@
sys.exit(_("GRASS module '%s' not found. Unable to start map "
"display window.") % 'g.region')
- self.width, self.height = self.GetClientSize()
-
Debug.msg(2, "MapFrame._initMap():")
Map.ChangeMapSize(self.GetClientSize())
Map.region = Map.GetRegion() # g.region -upgc
More information about the grass-commit
mailing list