no need to set counts dirty

This commit is contained in:
Damien Elmes 2008-11-15 17:57:51 +09:00
parent df28128a24
commit 584245d403

View file

@ -152,7 +152,6 @@ class AnkiQt(QMainWindow):
# hide all deck-associated dialogs
ui.dialogs.closeAll()
elif state == "getQuestion":
self.deck._countsDirty = True
if self.deck.isEmpty():
return self.moveToState("deckEmpty")
else: