[GRASS-SVN] r49980 - grass/branches/releasebranch_6_4/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Dec 30 10:51:14 EST 2011


Author: martinl
Date: 2011-12-30 07:51:13 -0800 (Fri, 30 Dec 2011)
New Revision: 49980

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/dbm.py
Log:
wxGUI: remove unused code (cosmetics)


Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/dbm.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/dbm.py	2011-12-30 15:50:27 UTC (rev 49979)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/dbm.py	2011-12-30 15:51:13 UTC (rev 49980)
@@ -916,7 +916,6 @@
                                      label = " %s " % _("Rename column"))
             renameSizer = wx.StaticBoxSizer(renameBox, wx.HORIZONTAL)
             
-            # label  = 
             column = wx.ComboBox(parent = panel, id = wx.ID_ANY, size = (150, -1),
                                  style = wx.CB_SIMPLE | wx.CB_READONLY,
                                  choices = self.mapDBInfo.GetColumns(table))



More information about the grass-commit mailing list