web/views/actions.py
changeset 9291 4894bb92558a
parent 9198 c32a21bf88bb
child 10635 2b1cb1ba8df5
--- a/web/views/actions.py	Mon Oct 07 10:22:21 2013 +0200
+++ b/web/views/actions.py	Tue Oct 15 14:02:22 2013 +0200
@@ -419,22 +419,6 @@
     def url(self):
         return 'http://www.cubicweb.org'
 
-class GotRhythmAction(action.Action):
-    __regid__ = 'rhythm'
-    __select__ = debug_mode()
-
-    category = 'footer'
-    order = 3
-    title = _('Got rhythm?')
-
-    def url(self):
-        return xml_escape(self._cw.url()+'#')
-
-    def html_class(self):
-        self._cw.add_js('cubicweb.rhythm.js')
-        return 'rhythm'
-
-
 ## default actions ui configuration ###########################################
 
 addmenu = uicfg.actionbox_appearsin_addmenu