Browse Source

wxGUI/mapdisplay: remove unused variables

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57423 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 11 years ago
parent
commit
7269d75858
1 changed files with 0 additions and 2 deletions
  1. 0 2
      gui/wxpython/gui_core/mapdisp.py

+ 0 - 2
gui/wxpython/gui_core/mapdisp.py

@@ -101,8 +101,6 @@ class MapFrameBase(wx.Frame):
             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