diff options
author | MadCamel <madcamel@gmail.com> | 2010-04-30 22:20:08 -0400 |
---|---|---|
committer | MadCamel <madcamel@gmail.com> | 2010-04-30 22:20:08 -0400 |
commit | 4e1efcdd5e9be9de4647e0ff6a605df0908e16bb (patch) | |
tree | 54f0332ffa606575c4b05ec6bbb786d617d966e8 /src/map/tmw.h | |
parent | f7ec2dcd666826366380c1b50879d29bfe12ea53 (diff) | |
download | tmwa-4e1efcdd5e9be9de4647e0ff6a605df0908e16bb.tar.gz tmwa-4e1efcdd5e9be9de4647e0ff6a605df0908e16bb.tar.bz2 tmwa-4e1efcdd5e9be9de4647e0ff6a605df0908e16bb.tar.xz tmwa-4e1efcdd5e9be9de4647e0ff6a605df0908e16bb.zip |
Remove unused function declarations from tmw.h
I had forgotten to do this when I removed the functions themselves.
Diffstat (limited to 'src/map/tmw.h')
-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, ...); |