Browse Source

r.grow.distance: just leave the color table to be the default

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@68611 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 9 years ago
parent
commit
95ac996e33
1 changed files with 0 additions and 2 deletions
  1. 0 2
      raster/r.grow.distance/main.c

+ 0 - 2
raster/r.grow.distance/main.c

@@ -395,8 +395,6 @@ int main(int argc, char **argv)
 	Rast_init_colors(&colors);
 	Rast_read_fp_range(dist_name, G_mapset(), &range);
 	Rast_get_fp_range_min_max(&range, &min, &max);
-	Rast_make_fp_colors(&colors, "rainbow", min, max);
-	Rast_write_colors(dist_name, G_mapset(), &colors);
 
 	Rast_short_history(dist_name, "raster", &hist);
 	Rast_set_history(&hist, HIST_DATSRC_1, in_name);