[GRASS-SVN] r41409 - grass/trunk/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 12 11:50:47 EST 2010


Author: martinl
Date: 2010-03-12 11:50:46 -0500 (Fri, 12 Mar 2010)
New Revision: 41409

Modified:
   grass/trunk/gui/wxpython/gis_set.py
Log:
remove commented-out code, see r41408


Modified: grass/trunk/gui/wxpython/gis_set.py
===================================================================
--- grass/trunk/gui/wxpython/gis_set.py	2010-03-12 16:43:13 UTC (rev 41408)
+++ grass/trunk/gui/wxpython/gis_set.py	2010-03-12 16:50:46 UTC (rev 41409)
@@ -64,8 +64,7 @@
         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



More information about the grass-commit mailing list