[GRASS-SVN] r29914 - grass/branches/releasebranch_6_3/general/g.region/cmd

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jan 31 06:15:48 EST 2008


Author: neteler
Date: 2008-01-31 06:15:48 -0500 (Thu, 31 Jan 2008)
New Revision: 29914

Modified:
   grass/branches/releasebranch_6_3/general/g.region/cmd/main.c
Log:
Remove local prototype for G_align_window() (merge from HEAD)

Modified: grass/branches/releasebranch_6_3/general/g.region/cmd/main.c
===================================================================
--- grass/branches/releasebranch_6_3/general/g.region/cmd/main.c	2008-01-31 11:00:58 UTC (rev 29913)
+++ grass/branches/releasebranch_6_3/general/g.region/cmd/main.c	2008-01-31 11:15:48 UTC (rev 29914)
@@ -38,7 +38,6 @@
 	char *name;
 	char *mapset;
 	char *err;
-	char *G_align_window();
 	int projection;
 	char **rast_ptr, **vect_ptr;
 



More information about the grass-commit mailing list