mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
remove self.deck set to mw.col as it isn't used
This commit is contained in:
parent
816cec4a58
commit
552db2b94d
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ class DeckChooser(QHBoxLayout):
|
|||
QHBoxLayout.__init__(self)
|
||||
self.widget = widget # type: ignore
|
||||
self.mw = mw
|
||||
self.deck = mw.col
|
||||
self.label = label
|
||||
self.setContentsMargins(0, 0, 0, 0)
|
||||
self.setSpacing(8)
|
||||
|
|
Loading…
Reference in a new issue