From 595a7deef411d754dd19c0078e4cc4dcf426a6c8 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 21 Nov 2008 20:07:27 +0900 Subject: [PATCH] remove obsolete call --- ankiqt/ui/addcards.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ankiqt/ui/addcards.py b/ankiqt/ui/addcards.py index 83fd61dba..5fec0b83d 100644 --- a/ankiqt/ui/addcards.py +++ b/ankiqt/ui/addcards.py @@ -23,7 +23,6 @@ class AddCards(QDialog): self.setupEditor() self.addChooser() self.addButtons() - self.setupStatus() self.modelChanged(self.parent.deck.currentModel) self.addedItems = 0 restoreGeom(self, "add")