cubicweb/web/request.py
changeset 11875 011730a4af73
parent 11826 e2c940c8c485
child 11892 08cf02efc7ce
--- a/cubicweb/web/request.py	Wed Nov 23 17:19:51 2016 +0100
+++ b/cubicweb/web/request.py	Thu Nov 19 12:25:45 2015 +0100
@@ -215,13 +215,6 @@
         """
         return self.set_varmaker()
 
-    def next_tabindex(self):
-        nextfunc = self.get_page_data('nexttabfunc')
-        if nextfunc is None:
-            nextfunc = Counter(1)
-            self.set_page_data('nexttabfunc', nextfunc)
-        return nextfunc()
-
     def set_varmaker(self):
         varmaker = self.get_page_data('rql_varmaker')
         if varmaker is None: