app/soc/views/sitemap/sitemap.py
changeset 2333 221482a54238
parent 1789 6f112b2ebd1f
--- a/app/soc/views/sitemap/sitemap.py	Fri May 22 09:40:53 2009 +0200
+++ b/app/soc/views/sitemap/sitemap.py	Sun May 24 21:40:37 2009 +0200
@@ -22,17 +22,6 @@
   ]
 
 
-SITEMAP = []
-
-
-def addPages(pages):
-  """Adds the specified pages to the sitemap.
-  """
-
-  global SITEMAP
-  SITEMAP += pages
-
-
 def getDjangoURLPatterns(params):
   """Retrieves a list of sidebar entries for this View.