[GRASS-SVN] r49902 - grass/branches/develbranch_6/gui/wxpython/gui_core

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Dec 25 14:30:06 EST 2011


Author: martinl
Date: 2011-12-25 11:30:06 -0800 (Sun, 25 Dec 2011)
New Revision: 49902

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_core/goutput.py
Log:
wxGUI: remove unused code


Modified: grass/branches/develbranch_6/gui/wxpython/gui_core/goutput.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_core/goutput.py	2011-12-25 19:18:59 UTC (rev 49901)
+++ grass/branches/develbranch_6/gui/wxpython/gui_core/goutput.py	2011-12-25 19:30:06 UTC (rev 49902)
@@ -474,13 +474,6 @@
             finally:
                 fileHistory.close()
         
-        # update history items
-        if self.parent.GetName() == 'LayerManager':
-            try:
-                self.parent.cmdinput.SetHistoryItems()
-            except AttributeError:
-                pass
-        
         if command[0] in globalvar.grassCmd['all']:
             # send GRASS command without arguments to GUI command interface
             # except display commands (they are handled differently)



More information about the grass-commit mailing list