소스 검색

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:
                 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)