diff --git a/anki/deck.py b/anki/deck.py index a045e8b21..96457e53a 100644 --- a/anki/deck.py +++ b/anki/deck.py @@ -2172,9 +2172,6 @@ cardTags.tagId in %s""" % ids2str(ids) elif token == "suspended": qquery += ("select id from cards where " "priority = -3") - elif token == "inactive": - qquery += ("select id from cards where " - "priority = 0") else: # due qquery += ("select id from cards where " "type in (0,1) and combinedDue < %d") % self.dueCutoff