Browse Source

remove commented-out code, see https://trac.osgeo.org/grass/changeset/41408

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@41409 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 years ago
parent
commit
4e603e6eb4
1 changed files with 1 additions and 2 deletions
  1. 1 2
      gui/wxpython/gis_set.py

+ 1 - 2
gui/wxpython/gis_set.py

@@ -64,8 +64,7 @@ class GRASSStartup(wx.Frame):
         wx.Frame.__init__(self, parent=parent, id=id, style=style)
         
         self.locale = wx.Locale(language = wx.LANGUAGE_DEFAULT)
-
-        # self.panel = wx.Panel(parent=self, id=wx.ID_ANY)
+        
         self.panel = scrolled.ScrolledPanel(parent = self, id = wx.ID_ANY)
         
         # i18N