mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
revCardOrderLabels is obsolete
This commit is contained in:
parent
f73cbcef51
commit
056e146696
1 changed files with 0 additions and 7 deletions
|
@ -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"),
|
||||
|
|
Loading…
Reference in a new issue