[GRASS-SVN] r63550 - grass/trunk/display/d.rast

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Dec 15 04:15:27 PST 2014


Author: martinl
Date: 2014-12-15 04:15:27 -0800 (Mon, 15 Dec 2014)
New Revision: 63550

Modified:
   grass/trunk/display/d.rast/display.c
Log:
d.rast: do not call D_setup() twice


Modified: grass/trunk/display/d.rast/display.c
===================================================================
--- grass/trunk/display/d.rast/display.c	2014-12-15 08:40:17 UTC (rev 63549)
+++ grass/trunk/display/d.rast/display.c	2014-12-15 12:15:27 UTC (rev 63550)
@@ -30,8 +30,6 @@
 	Rast_set_null_value_color(r, g, b, &colors);
     }
 
-    D_setup(0);
-
     /* Go draw the raster map */
     cell_draw(name, &colors, overlay, invert, data_type);
 



More information about the grass-commit mailing list