Remove unuseful statement, it does nothing

This commit is contained in:
Simone Gaiarin 2014-10-04 20:09:22 +02:00
parent 4430785122
commit dfa183a461

View File

@ -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))