summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index 9bf94be48..f8e391a41 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -166,13 +166,6 @@ impHandler(navigate)
return true;
}
-impHandler(emotePet)
-{
- // need use actual pet id
- Net::getPetHandler()->emote(static_cast<uint8_t>(atoi(event.args.c_str())), 0);
- return true;
-}
-
impHandler(away)
{
if (localPlayer)