web/views/primary.py
branchtls-sprint
changeset 1752 4b0b912ff5b7
parent 1739 78b0819162a8
child 1885 c2011d238e98
--- a/web/views/primary.py	Tue May 12 18:14:46 2009 +0200
+++ b/web/views/primary.py	Tue May 12 18:15:49 2009 +0200
@@ -28,14 +28,6 @@
     display_ctrl = uicfg.primaryview_display_ctrl
     main_related_section = True
 
-    @classmethod
-    def vreg_initialization_completed(cls):
-        """set default category tags for relations where it's not yet defined in
-        the category relation tags
-        """
-        cls.rsection.init(cls.schema)
-        cls.display_ctrl.init(cls.schema)
-
     def html_headers(self):
         """return a list of html headers (eg something to be inserted between
         <head> and </head> of the returned page