diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/map/tmw.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/tmw.h b/src/map/tmw.h index bf5fce0..394998d 100644 --- a/src/map/tmw.h +++ b/src/map/tmw.h @@ -3,8 +3,6 @@ #include "map.h" int tmw_CheckChatSpam (struct map_session_data *sd, char *message); -int tmw_CheckTradeSpam (struct map_session_data *sd); -int tmw_CheckSitSpam (struct map_session_data *sd); int tmw_ShorterStrlen (char *s1, char *s2); int tmw_CheckChatLameness (struct map_session_data *sd, char *message); void tmw_GmHackMsg (const char *fmt, ...); |