Przeglądaj źródła

remove redundant call of CheckForWx()

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@46043 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 lat temu
rodzic
commit
11570c5a3a
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      gui/wxpython/gui_modules/mcalc_builder.py

+ 0 - 2
gui/wxpython/gui_modules/mcalc_builder.py

@@ -21,8 +21,6 @@ import sys
 import time
 
 import globalvar
-if not os.getenv("GRASS_WXBUNDLED"):
-    globalvar.CheckForWx()
 import wx
 
 import grass.script as grass