Browse Source

Removed another fragment of testing code

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40955 15284696-431f-4ddb-bdfa-cd5b030d7da7
Michael Barton 15 years ago
parent
commit
27aa93288a
1 changed files with 1 additions and 2 deletions
  1. 1 2
      gui/wxpython/gui_modules/nviz_tools.py

+ 1 - 2
gui/wxpython/gui_modules/nviz_tools.py

@@ -1397,8 +1397,7 @@ class NvizToolWindow(wx.Frame):
                                 nvsettings[subgroup][subkey][subvalue] = True
                         else:
                             for otherkey, otheritem in self.win[subgroup][subkey].iteritems():
-                                if otherkey == 'show' and subvalue == 'show':
-                                 if type(otheritem) == dict:
+                                if type(otheritem) == dict:
                                     for endkey, enditem in otheritem.iteritems():
                                         if endkey == subvalue:
                                             if self.FindWindowById(enditem).GetClassName() == 'wxChoice':