mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 14:17:13 -05:00
remove obsolete 'inactive' from findCards()
This commit is contained in:
parent
a3040d1fb4
commit
4c76d25b05
1 changed files with 0 additions and 3 deletions
|
|
@ -2172,9 +2172,6 @@ cardTags.tagId in %s""" % ids2str(ids)
|
||||||
elif token == "suspended":
|
elif token == "suspended":
|
||||||
qquery += ("select id from cards where "
|
qquery += ("select id from cards where "
|
||||||
"priority = -3")
|
"priority = -3")
|
||||||
elif token == "inactive":
|
|
||||||
qquery += ("select id from cards where "
|
|
||||||
"priority = 0")
|
|
||||||
else: # due
|
else: # due
|
||||||
qquery += ("select id from cards where "
|
qquery += ("select id from cards where "
|
||||||
"type in (0,1) and combinedDue < %d") % self.dueCutoff
|
"type in (0,1) and combinedDue < %d") % self.dueCutoff
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue