[GRASS-SVN] r47221 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jul 22 03:46:59 EDT 2011


Author: martinl
Date: 2011-07-22 00:46:59 -0700 (Fri, 22 Jul 2011)
New Revision: 47221

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/render.py
Log:
wxGUI/render: remove unused code


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/render.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/render.py	2011-07-22 07:09:32 UTC (rev 47220)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/render.py	2011-07-22 07:46:59 UTC (rev 47221)
@@ -918,15 +918,6 @@
         bgcolor = ':'.join(map(str, UserSettings.Get(group = 'display', key = 'bgcolor',
                                                      subkey = 'color')))
         
-        complist = ["g.pnmcomp",
-                    "in=%s" % ",".join(maps),
-                    "mask=%s" % ",".join(masks),
-                    "opacity=%s" % ",".join(opacities),
-                    "background=%s" % bgcolor,
-                    "width=%s" % str(self.width),
-                    "height=%s" % str(self.height),
-                    "output=%s" % self.mapfile]
-        
         # render overlays
         if tmp_region:
             os.environ["GRASS_REGION"] = tmp_region



More information about the grass-commit mailing list