diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-17 16:11:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-17 16:11:42 +0300 |
commit | 4129e2ef64e5c81f93009d98e50436c1b4d93016 (patch) | |
tree | d48a291e104b88631b2f15b9c783d91fda98737e /src/gui/widgets/spellshortcutcontainer.h | |
parent | 8daae3e4f095a58e3cb39f203cf69e405cda70c1 (diff) | |
download | ManaVerse-4129e2ef64e5c81f93009d98e50436c1b4d93016.tar.gz ManaVerse-4129e2ef64e5c81f93009d98e50436c1b4d93016.tar.bz2 ManaVerse-4129e2ef64e5c81f93009d98e50436c1b4d93016.tar.xz ManaVerse-4129e2ef64e5c81f93009d98e50436c1b4d93016.zip |
Use public spell popup in spellshortcutcontainer.
Diffstat (limited to 'src/gui/widgets/spellshortcutcontainer.h')
-rw-r--r-- | src/gui/widgets/spellshortcutcontainer.h | 1 |
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; }; |