[mapserver-commits] r10526 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Tue Sep 28 11:05:24 EDT 2010
Author: warmerdam
Date: 2010-09-28 15:05:24 +0000 (Tue, 28 Sep 2010)
New Revision: 10526
Modified:
trunk/mapserver/maprasterquery.c
Log:
cleaned out cruft about current_tile that didn't really do anything
Modified: trunk/mapserver/maprasterquery.c
===================================================================
--- trunk/mapserver/maprasterquery.c 2010-09-28 14:10:46 UTC (rev 10525)
+++ trunk/mapserver/maprasterquery.c 2010-09-28 15:05:24 UTC (rev 10526)
@@ -78,8 +78,6 @@
GDALColorTableH hCT;
- int current_tile;
-
double shape_tolerance;
} rasterLayerInfo;
@@ -687,7 +685,6 @@
int status = MS_SUCCESS;
char *filename=NULL;
- int t;
layerObj *tlp=NULL; /* pointer to the tile layer either real or temporary */
int tileitemindex=-1, tilelayerindex=-1;
shapeObj tshp;
@@ -849,8 +846,6 @@
GDALDatasetH hDS;
char *decrypted_path = NULL;
- rlinfo->current_tile = t;
-
/* -------------------------------------------------------------------- */
/* Get filename. */
/* -------------------------------------------------------------------- */
More information about the mapserver-commits
mailing list