[mapserver-commits] r7651 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Fri Jun 6 15:18:26 EDT 2008


Author: tomkralidis
Date: 2008-06-06 15:18:25 -0400 (Fri, 06 Jun 2008)
New Revision: 7651

Modified:
   trunk/mapserver/mapquery.c
Log:
remove unused function introduced in r7650 (#571)


Modified: trunk/mapserver/mapquery.c
===================================================================
--- trunk/mapserver/mapquery.c	2008-06-06 14:07:17 UTC (rev 7650)
+++ trunk/mapserver/mapquery.c	2008-06-06 19:18:25 UTC (rev 7651)
@@ -248,14 +248,6 @@
     return _msQueryByIndex(map, qlayer, tileindex, shapeindex, 0);
 }
 
-/*
-** Query using an OGC filter (in XML). Leverages the code written to support the WFS specs.
-*/
-int msQueryByFilter(mapObj *map, int qlayer, char *qfilter)
-{
-
-}
-
 int msQueryByAttributes(mapObj *map, int qlayer, char *qitem, char *qstring, int mode)
 {
   layerObj *lp;



More information about the mapserver-commits mailing list