[GRASS-SVN] r44079 - grass/trunk/imagery/i.rectify

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Oct 29 04:40:39 EDT 2010


Author: mmetz
Date: 2010-10-29 01:40:39 -0700 (Fri, 29 Oct 2010)
New Revision: 44079

Modified:
   grass/trunk/imagery/i.rectify/global.h
   grass/trunk/imagery/i.rectify/main.c
Log:
remove unused variables

Modified: grass/trunk/imagery/i.rectify/global.h
===================================================================
--- grass/trunk/imagery/i.rectify/global.h	2010-10-29 07:34:25 UTC (rev 44078)
+++ grass/trunk/imagery/i.rectify/global.h	2010-10-29 08:40:39 UTC (rev 44079)
@@ -27,7 +27,6 @@
 };
 
 extern char *seg_mb;
-extern int seg_rows, seg_cols;
 
 extern int temp_fd;
 extern RASTER_MAP_TYPE map_type;

Modified: grass/trunk/imagery/i.rectify/main.c
===================================================================
--- grass/trunk/imagery/i.rectify/main.c	2010-10-29 07:34:25 UTC (rev 44078)
+++ grass/trunk/imagery/i.rectify/main.c	2010-10-29 08:40:39 UTC (rev 44079)
@@ -33,7 +33,6 @@
 #include "crs.h"
 
 char *seg_mb;
-int seg_rows, seg_cols;
 
 int temp_fd;
 RASTER_MAP_TYPE map_type;



More information about the grass-commit mailing list