summaryrefslogtreecommitdiff
path: root/src/emap/clif.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-04-20 02:39:07 +0300
committerAndrei Karas <akaras@inbox.ru>2017-04-20 02:39:07 +0300
commit5600abb3f24ef7a759dbd24279f93e9749d438f0 (patch)
tree955e3b07b7b3db84f90a3816dcc7f5365bcfdc40 /src/emap/clif.h
parent433e89ad46c21b95e694c9f65d01460152c0572f (diff)
downloadevol-hercules-5600abb3f24ef7a759dbd24279f93e9749d438f0.tar.gz
evol-hercules-5600abb3f24ef7a759dbd24279f93e9749d438f0.tar.bz2
evol-hercules-5600abb3f24ef7a759dbd24279f93e9749d438f0.tar.xz
evol-hercules-5600abb3f24ef7a759dbd24279f93e9749d438f0.zip
Remove unused functions.
Diffstat (limited to 'src/emap/clif.h')
-rw-r--r--src/emap/clif.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/emap/clif.h b/src/emap/clif.h
index dba0919..59d2f15 100644
--- a/src/emap/clif.h
+++ b/src/emap/clif.h
@@ -39,23 +39,10 @@ void eclif_changemap_post(TBL_PC *sd,
void eclif_set_unit_idle_post(struct block_list *bl,
TBL_PC *tsd,
enum send_target target);
-void eclif_set_unit_walking_pre(struct block_list **blPtr,
- TBL_PC **tsdPtr,
- struct unit_data **udPtr,
- enum send_target *target);
void eclif_set_unit_walking_post(struct block_list *bl,
TBL_PC *tsd,
struct unit_data *ud,
enum send_target target);
-int eclif_damage_post(int retVal,
- struct block_list *src,
- struct block_list *dst,
- int sdelay,
- int ddelay,
- int64 in_damage,
- short div,
- unsigned char type,
- int64 in_damage2);
void eclif_move_post(struct unit_data *ud);
void eclif_parse_LoadEndAck_pre(int *fdPtr,
struct map_session_data **sdPtr);
@@ -76,8 +63,6 @@ void eclif_disp_message_pre(struct block_list **srcPtr,
const char **mesPtr,
enum send_target *targetPtr);
-void eclif_spawn_unit_pre(struct block_list **blPtr,
- enum send_target *target);
void eclif_addcards_post(unsigned char *buf,
struct item *item);
void eclif_addcards2_post(unsigned short *cards,