From dfa183a4613c0262273e856b3eca04222ea1ba1f Mon Sep 17 00:00:00 2001 From: Simone Gaiarin Date: Sat, 4 Oct 2014 20:09:22 +0200 Subject: [PATCH] Remove unuseful statement, it does nothing --- aqt/customstudy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aqt/customstudy.py b/aqt/customstudy.py index af820be4e..430d79e7c 100644 --- a/aqt/customstudy.py +++ b/aqt/customstudy.py @@ -53,7 +53,6 @@ class CustomStudy(QDialog): return ""+str(num)+"" 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))