[GRASS-SVN] r68747 - grass/trunk/raster/r.support

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 22 19:17:49 PDT 2016


Author: annakrat
Date: 2016-06-22 19:17:49 -0700 (Wed, 22 Jun 2016)
New Revision: 68747

Modified:
   grass/trunk/raster/r.support/main.c
Log:
r.support: remove unused variable caused by previous commit

Modified: grass/trunk/raster/r.support/main.c
===================================================================
--- grass/trunk/raster/r.support/main.c	2016-06-23 02:14:54 UTC (rev 68746)
+++ grass/trunk/raster/r.support/main.c	2016-06-23 02:17:49 UTC (rev 68747)
@@ -45,7 +45,6 @@
     struct Flag *stats_flag, *null_flag, *del_flag;
     int is_reclass;		/* Is raster reclass? */
     const char *infile;
-    char title[MAX_TITLE_LEN + 1];
     struct History hist;
 
     /* Initialize GIS engine */



More information about the grass-commit mailing list