mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -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)
|
QHBoxLayout.__init__(self)
|
||||||
self.widget = widget # type: ignore
|
self.widget = widget # type: ignore
|
||||||
self.mw = mw
|
self.mw = mw
|
||||||
self.deck = mw.col
|
|
||||||
self.label = label
|
self.label = label
|
||||||
self.setContentsMargins(0, 0, 0, 0)
|
self.setContentsMargins(0, 0, 0, 0)
|
||||||
self.setSpacing(8)
|
self.setSpacing(8)
|
||||||
|
|
Loading…
Reference in a new issue