summaryrefslogtreecommitdiff
path: root/src/map/intif.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-08-25 17:48:45 +0200
committerHaru <haru@dotalux.com>2019-08-26 00:29:03 +0200
commitab2b8254e88ea098b34b9127f1571a14ad0e692a (patch)
tree73d80e4d9b4b07ccc42d8a31fafa43994a29d0f2 /src/map/intif.h
parentfa0e16f6e27f783186ad83ca442fe0b48e7c2cfd (diff)
downloadhercules-ab2b8254e88ea098b34b9127f1571a14ad0e692a.tar.gz
hercules-ab2b8254e88ea098b34b9127f1571a14ad0e692a.tar.bz2
hercules-ab2b8254e88ea098b34b9127f1571a14ad0e692a.tar.xz
hercules-ab2b8254e88ea098b34b9127f1571a14ad0e692a.zip
Remove unused function intif_main_message()
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/intif.h')
-rw-r--r--src/map/intif.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/intif.h b/src/map/intif.h
index 043facb53..8f8cefbee 100644
--- a/src/map/intif.h
+++ b/src/map/intif.h
@@ -62,7 +62,6 @@ struct intif_interface {
int pet_equip, short intimate, short hungry, char rename_flag, char incubate, char *pet_name);
int (*broadcast) (const char *mes, int len, int type);
int (*broadcast2) (const char *mes, int len, unsigned int fontColor, short fontType, short fontSize, short fontAlign, short fontY);
- int (*main_message) (struct map_session_data* sd, const char* message);
int (*saveregistry) (struct map_session_data *sd);
int (*request_registry) (struct map_session_data *sd, int flag);
void (*request_account_storage) (const struct map_session_data *sd);