summaryrefslogtreecommitdiff
path: root/src/map/send.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/send.c')
-rw-r--r--src/map/send.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/map/send.c b/src/map/send.c
index c2e79fc..0ba1089 100644
--- a/src/map/send.c
+++ b/src/map/send.c
@@ -276,14 +276,6 @@ void send_slave_say(struct map_session_data *sd,
aFree(buf);
}
-void send_pet_emote(struct map_session_data *sd, const int emote)
-{
- if (!sd || !sd->pd)
- return;
-
- clif->emotion(&sd->pd->bl, emote);
-}
-
void send_online_list(int fd, const char *buf, unsigned size)
{
if (!buf)