summaryrefslogtreecommitdiff
path: root/src/map/intif.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/intif.hpp')
-rw-r--r--src/map/intif.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/intif.hpp b/src/map/intif.hpp
index c2a4d5f..720c7cd 100644
--- a/src/map/intif.hpp
+++ b/src/map/intif.hpp
@@ -23,7 +23,6 @@ int intif_party_changeoption(int party_id, int account_id, int exp,
int item);
int intif_party_leave(int party_id, int accound_id);
int intif_party_changemap(struct map_session_data *sd, int online);
-int intif_break_party(int party_id);
int intif_party_message(int party_id, int account_id, const char *mes, int len);
int intif_party_checkconflict(int party_id, int account_id, const char *nick);