summaryrefslogtreecommitdiff
path: root/command.c
diff options
context:
space:
mode:
authorpasky <pasky@openttd.org>2005-04-02 15:59:07 +0000
committerpasky <pasky@openttd.org>2005-04-02 15:59:07 +0000
commit71b0622cec7e42d7e0d4375120660ad52a672d51 (patch)
tree506cc04763f73e034311c8e4b4899c53c2c327a4 /command.c
parentd35f965c47a912e5cf69bfe64650e726728b4f40 (diff)
downloadopenttd-71b0622cec7e42d7e0d4375120660ad52a672d51.tar.xz
(svn r2127) Get rid again of the CmdSetNewMapSize(), which was agreed to be just useless clutter. (Perhaps we should get rid of CmdSetNewLandscapeType() too, but I won't take responsibility for that. ;-)
Diffstat (limited to 'command.c')
-rw-r--r--command.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/command.c b/command.c
index aaf947aca..2bee18831 100644
--- a/command.c
+++ b/command.c
@@ -167,8 +167,6 @@ DEF_COMMAND(CmdRemoveSignalTrack);
DEF_COMMAND(CmdReplaceVehicle);
-DEF_COMMAND(CmdSetNewMapSize);
-
/* The master command table */
static CommandProc * const _command_proc_table[] = {
CmdBuildRailroadTrack, /* 0 */
@@ -310,7 +308,6 @@ static CommandProc * const _command_proc_table[] = {
CmdGiveMoney, /* 113 */
CmdChangePatchSetting, /* 114 */
CmdReplaceVehicle, /* 115 */
- CmdSetNewMapSize, /* 116 */
};
/* This function range-checks a cmd, and checks if the cmd is not NULL */