mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
remove obsolete call
This commit is contained in:
parent
518fcc3442
commit
595a7deef4
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ class AddCards(QDialog):
|
||||||
self.setupEditor()
|
self.setupEditor()
|
||||||
self.addChooser()
|
self.addChooser()
|
||||||
self.addButtons()
|
self.addButtons()
|
||||||
self.setupStatus()
|
|
||||||
self.modelChanged(self.parent.deck.currentModel)
|
self.modelChanged(self.parent.deck.currentModel)
|
||||||
self.addedItems = 0
|
self.addedItems = 0
|
||||||
restoreGeom(self, "add")
|
restoreGeom(self, "add")
|
||||||
|
|
Loading…
Reference in a new issue