diff -r 2a6071255146 -r 221482a54238 app/soc/views/sitemap/sitemap.py --- 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.