diff options
Diffstat (limited to 'src/gui/widgets')
-rw-r--r-- | src/gui/widgets/spellshortcutcontainer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/widgets/spellshortcutcontainer.cpp b/src/gui/widgets/spellshortcutcontainer.cpp index 78d112908..ae215b480 100644 --- a/src/gui/widgets/spellshortcutcontainer.cpp +++ b/src/gui/widgets/spellshortcutcontainer.cpp @@ -51,8 +51,6 @@ SpellShortcutContainer::SpellShortcutContainer(const unsigned number) : mSpellPopup(new SpellPopup), mNumber(number) { - mBoxWidth = mBoxWidth; - addMouseListener(this); addWidgetListener(this); |