summaryrefslogtreecommitdiff
path: root/misc_cmd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-04-25 13:52:59 +0000
committertron <tron@openttd.org>2005-04-25 13:52:59 +0000
commit974c19a51cc215085eb1fa268250549ee625c889 (patch)
treeca21c45243520e7ce21446db4163db7dcd5d2e22 /misc_cmd.c
parent6f9c6effaf6f8267a0a29c1cd18cee0890d2de6f (diff)
downloadopenttd-974c19a51cc215085eb1fa268250549ee625c889.tar.xz
(svn r2232) Remove unused commands
Diffstat (limited to 'misc_cmd.c')
-rw-r--r--misc_cmd.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/misc_cmd.c b/misc_cmd.c
index 1ecc9c24e..c7e60a2ec 100644
--- a/misc_cmd.c
+++ b/misc_cmd.c
@@ -185,12 +185,6 @@ int32 CmdPause(int x, int y, uint32 flags, uint32 p1, uint32 p2)
}
-
-int32 CmdResume(int x, int y, uint32 flags, uint32 p1, uint32 p2)
-{
- return 0;
-}
-
int32 CmdMoneyCheat(int x, int y, uint32 flags, uint32 p1, uint32 p2)
{
SET_EXPENSES_TYPE(EXPENSES_OTHER);