mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Remove unused code
This commit is contained in:
parent
236a6071d4
commit
d91f2a27b2
1 changed files with 0 additions and 7 deletions
|
@ -115,13 +115,6 @@ class ImportDialog(QDialog):
|
|||
self.importer.model = self.mw.col.models.current()
|
||||
self.importer.initMapping()
|
||||
self.showMapping()
|
||||
if self.mw.col.conf.get("addToCur", True):
|
||||
did = self.mw.col.conf["curDeck"]
|
||||
if self.mw.col.decks.isDyn(did):
|
||||
did = 1
|
||||
else:
|
||||
did = self.importer.model["did"]
|
||||
# self.deck.setText(self.mw.col.decks.name(did))
|
||||
|
||||
def onDelimiter(self):
|
||||
str = (
|
||||
|
|
Loading…
Reference in a new issue