diff --git a/aqt/overview.py b/aqt/overview.py index 012606692..6d96f98ad 100644 --- a/aqt/overview.py +++ b/aqt/overview.py @@ -7,6 +7,7 @@ from PyQt4.QtCore import * from PyQt4.QtGui import * from anki.consts import NEW_CARDS_RANDOM from anki.hooks import addHook +from aqt.utils import limitedCount class Overview(object): "Deck overview." @@ -68,7 +69,6 @@ class Overview(object): table=tbl, fcsub=_("Reviews over next two weeks"), fcdata=fc, - opts=self._ovOpts(), ), css) _overviewBody = """ @@ -80,7 +80,6 @@ class Overview(object):
%(fcsub)s

-%(opts)s