diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-24 01:48:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-24 01:48:07 +0300 |
commit | 6a67f52f6b82bb8c6259eb0b9282ab543347b9ee (patch) | |
tree | bd0741506b3f69e98cdcaa99d2ccb40db86291d5 /src/gui | |
parent | e22f6d0070ea2b0102caf3b738fba703606e6bd4 (diff) | |
download | plus-6a67f52f6b82bb8c6259eb0b9282ab543347b9ee.tar.gz plus-6a67f52f6b82bb8c6259eb0b9282ab543347b9ee.tar.bz2 plus-6a67f52f6b82bb8c6259eb0b9282ab543347b9ee.tar.xz plus-6a67f52f6b82bb8c6259eb0b9282ab543347b9ee.zip |
Remove unused pet handler methods and fields.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/shortcut/emoteshortcut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/shortcut/emoteshortcut.cpp b/src/gui/shortcut/emoteshortcut.cpp index 981a5c4e7..fac69323f 100644 --- a/src/gui/shortcut/emoteshortcut.cpp +++ b/src/gui/shortcut/emoteshortcut.cpp @@ -106,7 +106,7 @@ void EmoteShortcut::useEmote(const int index) const localPlayer->emote(emote); break; case EmoteType::Pet: - petHandler->emote(emote, 0); + petHandler->emote(emote); break; case EmoteType::Homunculus: homunculusHandler->emote(emote); |