[GRASS-SVN] r41883 - grass/branches/releasebranch_6_4/imagery/i.group

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Apr 16 03:48:45 EDT 2010


Author: hamish
Date: 2010-04-16 03:48:24 -0400 (Fri, 16 Apr 2010)
New Revision: 41883

Modified:
   grass/branches/releasebranch_6_4/imagery/i.group/main.c
Log:
remove problematic unused function (partial backport, see #1039)

Modified: grass/branches/releasebranch_6_4/imagery/i.group/main.c
===================================================================
--- grass/branches/releasebranch_6_4/imagery/i.group/main.c	2010-04-16 07:34:58 UTC (rev 41882)
+++ grass/branches/releasebranch_6_4/imagery/i.group/main.c	2010-04-16 07:48:24 UTC (rev 41883)
@@ -39,7 +39,6 @@
 
 int main(int argc, char *argv[])
 {
-    char title[80];
     char group[GNAME_MAX], mapset[GMAPSET_MAX];
     int m, k = 0;
 
@@ -102,9 +101,6 @@
     if (k < 1 && !l->answer)	/* remove if input is requirement */
 	G_fatal_error(_("No input raster map(s) specified"));
 
-
-    I_location_info(title, argv[0]);	/* unused? */
-
     /* check if current mapset:  (imagery libs are very lacking in this dept)
        - abort if not,
        - remove @mapset part if it is



More information about the grass-commit mailing list