summaryrefslogtreecommitdiff
path: root/src/map/atcommand.hpp
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2012-12-20 21:14:24 -0800
committerBen Longbons <b.r.longbons@gmail.com>2012-12-24 10:02:20 -0800
commitace159199161f555d6e13d05ccc374166ff375b6 (patch)
treed4cafca9f2733f99cc81d9f63b9f1f9172152023 /src/map/atcommand.hpp
parent2b092c150e1226decc48160316070fc44d5fbba0 (diff)
downloadtmwa-ace159199161f555d6e13d05ccc374166ff375b6.tar.gz
tmwa-ace159199161f555d6e13d05ccc374166ff375b6.tar.bz2
tmwa-ace159199161f555d6e13d05ccc374166ff375b6.tar.xz
tmwa-ace159199161f555d6e13d05ccc374166ff375b6.zip
Purge some unused functions
Diffstat (limited to 'src/map/atcommand.hpp')
-rw-r--r--src/map/atcommand.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/map/atcommand.hpp b/src/map/atcommand.hpp
index 86db2a5..50ad9b2 100644
--- a/src/map/atcommand.hpp
+++ b/src/map/atcommand.hpp
@@ -193,16 +193,8 @@ typedef struct AtCommandInfo
AtCommandType is_atcommand(const int fd, struct map_session_data *sd,
const char *message, int gmlvl);
-AtCommandType atcommand(const int level, const char *message,
- AtCommandInfo * info);
int get_atcommand_level(const AtCommandType type);
-int atcommand_item(const int fd, struct map_session_data *sd, const char *command, const char *message); // [Valaris]
-int atcommand_warp(const int fd, struct map_session_data *sd, const char *command, const char *message); // [Yor]
-int atcommand_spawn(const int fd, struct map_session_data *sd, const char *command, const char *message); // [Valaris]
-int atcommand_goto(const int fd, struct map_session_data *sd, const char *command, const char *message); // [Yor]
-int atcommand_recall(const int fd, struct map_session_data *sd, const char *command, const char *message); // [Yor]
-
int atcommand_config_read(const char *cfgName);
__attribute__((format(printf, 2, 3)))