Преглед изворни кода

wxGUI: remove unused code

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49901 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa пре 13 година
родитељ
комит
28e407c65b
1 измењених фајлова са 0 додато и 7 уклоњено
  1. 0 7
      gui/wxpython/gui_core/goutput.py

+ 0 - 7
gui/wxpython/gui_core/goutput.py

@@ -479,13 +479,6 @@ class GMConsole(wx.SplitterWindow):
             finally:
             finally:
                 fileHistory.close()
                 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']:
         if command[0] in globalvar.grassCmd['all']:
             # send GRASS command without arguments to GUI command interface
             # send GRASS command without arguments to GUI command interface
             # except display commands (they are handled differently)
             # except display commands (they are handled differently)