keep it simple
[unfold.git] / plugins / slicelist.py
index ac8fc25..c980423 100644 (file)
@@ -5,10 +5,6 @@ class SliceList (SimpleList):
     def __init__ (self, list=[], **settings):
         SimpleList.__init__(self, **settings)
         self.list = [ "<a href='/slice/%s/' class='slicelist'>%s</a>"%(x,x) for x in list ]
-        self.add_to_settings ('list')
-
-    def title (self):
-        return "Slice list"
 
 #    def requirements (self):
 #        reqs=SimpleList.requirements(self)