[GRASS-SVN] r61339 - grass/branches/releasebranch_7_0/raster/r.stats

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jul 22 14:06:51 PDT 2014


Author: neteler
Date: 2014-07-22 14:06:51 -0700 (Tue, 22 Jul 2014)
New Revision: 61339

Modified:
   grass/branches/releasebranch_7_0/raster/r.stats/global.h
   grass/branches/releasebranch_7_0/raster/r.stats/main.c
Log:
r.stats: removed an unused prototype + flag; updated copyright (trunk r60841, r60095)

Modified: grass/branches/releasebranch_7_0/raster/r.stats/global.h
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.stats/global.h	2014-07-22 20:54:12 UTC (rev 61338)
+++ grass/branches/releasebranch_7_0/raster/r.stats/global.h	2014-07-22 21:06:51 UTC (rev 61339)
@@ -14,7 +14,6 @@
 extern DCELL *DMAX, *DMIN;
 
 extern CELL NULL_CELL;
-extern int (*get_row) ();
 
 extern char *fs;
 extern struct Categories *labels;

Modified: grass/branches/releasebranch_7_0/raster/r.stats/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.stats/main.c	2014-07-22 20:54:12 UTC (rev 61338)
+++ grass/branches/releasebranch_7_0/raster/r.stats/main.c	2014-07-22 21:06:51 UTC (rev 61339)
@@ -3,14 +3,17 @@
  *
  * MODULE:       r.stats
  * AUTHOR(S):    Michael Shapiro, CERL (original contributor)
- *               Markus Neteler <neteler itc.it>, Brad Douglas <rez touchofmadness.com>,
- *               Huidae Cho <grass4u gmail.com>, Glynn Clements <glynn gclements.plus.com>,
+ *               Markus Neteler <neteler itc.it>,
+ *               Brad Douglas <rez touchofmadness.com>,
+ *               Huidae Cho <grass4u gmail.com>,
+ *               Glynn Clements <glynn gclements.plus.com>,
  *               Hamish Bowman <hamish_b yahoo.com>,
- *               Jachym Cepicky <jachym les-ejk.cz>, Jan-Oliver Wagner <jan intevation.de>
+ *               Jachym Cepicky <jachym les-ejk.cz>,
+ *               Jan-Oliver Wagner <jan intevation.de>,
  *               Sort parameter by Martin Landa <landa.martin gmail.com>
  * PURPOSE:      Calculates the area present in each of the categories of
  *               user-selected raster map layer(s)
- * COPYRIGHT:    (C) 1999-2006, 2013 by the GRASS Development Team
+ * COPYRIGHT:    (C) 1999-2006, 2013-2014 by the GRASS Development Team
  *
  *               This program is free software under the GNU General Public
  *               License (>=v2). Read the file COPYING that comes with GRASS
@@ -34,7 +37,6 @@
 DCELL *DMAX, *DMIN;
 
 CELL NULL_CELL;
-int (*get_row) ();
 
 char *fs;
 struct Categories *labels;
@@ -71,7 +73,6 @@
 	struct Flag *c;		/* cell counts */
 	struct Flag *p;		/* percents */
 	struct Flag *l;		/* with labels */
-	struct Flag *q;		/* quiet */
 	struct Flag *n;		/* Suppress reporting of any NULLs */
 	struct Flag *N;		/* Suppress reporting of NULLs when 
 				   all values are NULL */



More information about the grass-commit mailing list