diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2012-12-20 21:14:24 -0800 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2012-12-24 10:02:20 -0800 |
commit | ace159199161f555d6e13d05ccc374166ff375b6 (patch) | |
tree | d4cafca9f2733f99cc81d9f63b9f1f9172152023 /src/map/chrif.hpp | |
parent | 2b092c150e1226decc48160316070fc44d5fbba0 (diff) | |
download | tmwa-ace159199161f555d6e13d05ccc374166ff375b6.tar.gz tmwa-ace159199161f555d6e13d05ccc374166ff375b6.tar.bz2 tmwa-ace159199161f555d6e13d05ccc374166ff375b6.tar.xz tmwa-ace159199161f555d6e13d05ccc374166ff375b6.zip |
Purge some unused functions
Diffstat (limited to 'src/map/chrif.hpp')
-rw-r--r-- | src/map/chrif.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/chrif.hpp b/src/map/chrif.hpp index 97debb8..b262a7f 100644 --- a/src/map/chrif.hpp +++ b/src/map/chrif.hpp @@ -26,8 +26,6 @@ int chrif_char_ask_name(int id, char *character_name, short operation_type, int second); int chrif_saveaccountreg2(struct map_session_data *sd); int chrif_reloadGMdb(void); -int chrif_ragsrvinfo(int base_rate, int job_rate, int drop_rate); -int chrif_char_offline(struct map_session_data *sd); int chrif_send_divorce(int char_id); int do_init_chrif (void); |