[OpenLayers-Commits] r7471 - trunk/openlayers/tools

commits at openlayers.org commits at openlayers.org
Mon Jul 7 10:34:07 EDT 2008


Author: tschaub
Date: 2008-07-07 10:34:07 -0400 (Mon, 07 Jul 2008)
New Revision: 7471

Modified:
   trunk/openlayers/tools/exampleparser.py
Log:
Unused function.

Modified: trunk/openlayers/tools/exampleparser.py
===================================================================
--- trunk/openlayers/tools/exampleparser.py	2008-07-07 14:32:55 UTC (rev 7470)
+++ trunk/openlayers/tools/exampleparser.py	2008-07-07 14:34:07 UTC (rev 7471)
@@ -151,13 +151,8 @@
         feed.appendChild(entry)
 
     doc.appendChild(feed)
-    return doc
-
-def createEntry(doc, example):
+    return doc    
     
-    return entry
-    
-    
 def wordIndex(examples):
     """
     Create an inverted index based on words in title and shortdesc.  Keys are



More information about the Commits mailing list