[GRASS-SVN] r72548 - grass/trunk/gui/wxpython/gui_core

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Mar 24 04:15:22 PDT 2018


Author: martinl
Date: 2018-03-24 04:15:22 -0700 (Sat, 24 Mar 2018)
New Revision: 72548

Modified:
   grass/trunk/gui/wxpython/gui_core/forms.py
Log:
wxGUI: clean-up r72547

Modified: grass/trunk/gui/wxpython/gui_core/forms.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/forms.py	2018-03-24 11:09:29 UTC (rev 72547)
+++ grass/trunk/gui/wxpython/gui_core/forms.py	2018-03-24 11:15:22 UTC (rev 72548)
@@ -401,14 +401,7 @@
                 if map:
                     self.data[win.GetParent().SetData] = {
                         'vector': map, 'layer': layer }
-                else:  # table
-                    if driver and db:
-                        self.data[win.GetParent().InsertTableColumns] = {
-                            'table': pTable.get('value'),
-                            'driver': driver, 'database': db}
-                    elif pTable:
-                        self.data[win.GetParent().InsertTableColumns] = {
-                            'table': pTable.get('value')}
+                # TODO: table?
 
 def UpdateDialog(parent, event, eventId, task):
     return UpdateThread(parent, event, eventId, task)



More information about the grass-commit mailing list