From 70008a8f400a244df3962b127289d4f01cfad740 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 18 Jul 2013 19:01:39 +0900 Subject: [PATCH] remove filtered deck restriction on stats --- aqt/main.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/aqt/main.py b/aqt/main.py index 1efe60e7a..6aa923295 100644 --- a/aqt/main.py +++ b/aqt/main.py @@ -693,13 +693,6 @@ title="%s">%s''' % ( deck = self._selectedDeck() if not deck: return - if deck['dyn']: - showWarning(_("""\ -As cards are removed from a filtered deck as they are answered, viewing the \ -statistics of a filtered deck will only show you reviews for cards with \ -multiple steps. To get an accurate report, please empty the filtered deck \ -and check the statistics for a home deck instead.""")) - return aqt.stats.DeckStats(self) def onPrefs(self):