diff --git a/anki/consts.py b/anki/consts.py index 1b7da7640..8ec5fd145 100644 --- a/anki/consts.py +++ b/anki/consts.py @@ -58,13 +58,6 @@ def newCardSchedulingLabels(): 2: _("Show new cards before reviews"), } -def revCardOrderLabels(): - return { - 0: _("Sort by due date"), - 1: _("Sort by decreasing interval (slower)"), - 2: _("Sort by increasing interval (slower)"), - } - def alignmentLabels(): return { 0: _("Center"),