mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
Remove unuseful statement, it does nothing
This commit is contained in:
parent
4430785122
commit
dfa183a461
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ class CustomStudy(QDialog):
|
|||
return "<b>"+str(num)+"</b>"
|
||||
if idx == RADIO_NEW:
|
||||
new = self.mw.col.sched.totalNewForCurrentDeck()
|
||||
self.deck['newToday']
|
||||
tit = _("New cards in deck: %s") % plus(new)
|
||||
pre = _("Increase today's new card limit by")
|
||||
sval = min(new, self.deck.get('extendNew', 10))
|
||||
|
|
Loading…
Reference in a new issue