Remove unused code

This commit is contained in:
abdo 2020-10-15 16:14:14 +03:00
parent 236a6071d4
commit d91f2a27b2

View file

@ -115,13 +115,6 @@ class ImportDialog(QDialog):
self.importer.model = self.mw.col.models.current() self.importer.model = self.mw.col.models.current()
self.importer.initMapping() self.importer.initMapping()
self.showMapping() 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): def onDelimiter(self):
str = ( str = (