summaryrefslogtreecommitdiff
path: root/src/gui/widgets/spellshortcutcontainer.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-17 16:11:42 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-17 16:11:42 +0300
commit4129e2ef64e5c81f93009d98e50436c1b4d93016 (patch)
treed48a291e104b88631b2f15b9c783d91fda98737e /src/gui/widgets/spellshortcutcontainer.h
parent8daae3e4f095a58e3cb39f203cf69e405cda70c1 (diff)
downloadplus-4129e2ef64e5c81f93009d98e50436c1b4d93016.tar.gz
plus-4129e2ef64e5c81f93009d98e50436c1b4d93016.tar.bz2
plus-4129e2ef64e5c81f93009d98e50436c1b4d93016.tar.xz
plus-4129e2ef64e5c81f93009d98e50436c1b4d93016.zip
Use public spell popup in spellshortcutcontainer.
Diffstat (limited to 'src/gui/widgets/spellshortcutcontainer.h')
-rw-r--r--src/gui/widgets/spellshortcutcontainer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/widgets/spellshortcutcontainer.h b/src/gui/widgets/spellshortcutcontainer.h
index ba192d4bc..939e315af 100644
--- a/src/gui/widgets/spellshortcutcontainer.h
+++ b/src/gui/widgets/spellshortcutcontainer.h
@@ -79,7 +79,6 @@ class SpellShortcutContainer final : public ShortcutContainer
int getItemByIndex(const int index) const A_WARN_UNUSED;
private:
- SpellPopup *mSpellPopup;
unsigned int mNumber;
bool mSpellClicked;
};