web/component.py
changeset 7990 a673d1d9a738
parent 7879 9aae456abab5
child 7991 dcc5a4d48122
--- a/web/component.py	Fri Oct 21 14:32:18 2011 +0200
+++ b/web/component.py	Fri Oct 21 14:32:37 2011 +0200
@@ -732,11 +732,3 @@
         self.w(u'<h4>%s</h4>\n' % self._cw._(self.title).capitalize())
         self.wview(self.vid, rset)
         self.w(u'</div>')
-
-
-
-VComponent = class_renamed('VComponent', Component,
-                           '[3.2] VComponent is deprecated, use Component')
-SingletonVComponent = class_renamed('SingletonVComponent', Component,
-                                    '[3.2] SingletonVComponent is deprecated, use '
-                                    'Component and explicit registration control')