Browse Source

r.support: remove unused variable caused by previous commit

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@68747 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 9 years ago
parent
commit
fd91938ddf
1 changed files with 0 additions and 1 deletions
  1. 0 1
      raster/r.support/main.c

+ 0 - 1
raster/r.support/main.c

@@ -45,7 +45,6 @@ int main(int argc, char *argv[])
     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 */