Remove unuseful statement, it does nothing
This commit is contained in:
parent
4430785122
commit
dfa183a461
@ -53,7 +53,6 @@ class CustomStudy(QDialog):
|
|||||||
return "<b>"+str(num)+"</b>"
|
return "<b>"+str(num)+"</b>"
|
||||||
if idx == RADIO_NEW:
|
if idx == RADIO_NEW:
|
||||||
new = self.mw.col.sched.totalNewForCurrentDeck()
|
new = self.mw.col.sched.totalNewForCurrentDeck()
|
||||||
self.deck['newToday']
|
|
||||||
tit = _("New cards in deck: %s") % plus(new)
|
tit = _("New cards in deck: %s") % plus(new)
|
||||||
pre = _("Increase today's new card limit by")
|
pre = _("Increase today's new card limit by")
|
||||||
sval = min(new, self.deck.get('extendNew', 10))
|
sval = min(new, self.deck.get('extendNew', 10))
|
||||||
|
Loading…
Reference in New Issue
Block a user