[mapserver-commits] r7843 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Fri Aug 8 14:35:02 EDT 2008


Author: dmorissette
Date: 2008-08-08 14:35:02 -0400 (Fri, 08 Aug 2008)
New Revision: 7843

Modified:
   trunk/mapserver/mapswf.c
Log:
Removing code to test with button214 for ticket #2336

Modified: trunk/mapserver/mapswf.c
===================================================================
--- trunk/mapserver/mapswf.c	2008-08-08 18:25:17 UTC (rev 7842)
+++ trunk/mapserver/mapswf.c	2008-08-08 18:35:02 UTC (rev 7843)
@@ -1406,17 +1406,6 @@
 
     if (oDisplay)
     {
-#ifdef MS_TICKET_2336
-        // Force name to button214 to test with loader attached to ticket 2336
-        // (even if the loader says "button212", it really works on button214!)
-        static int test=0;
-        if (test==0)
-        {
-            sprintf(gszTmp, "button214");
-            test=1;
-        }
-        else
-#endif
         sprintf(gszTmp, "button_%d_%d",nLayerIndex, nShapeIndex);
         ((SWFObj *)image->img.swf)->nTmpCount++;
         SWFDisplayItem_setName(oDisplay, gszTmp);



More information about the mapserver-commits mailing list