From 46c2fc4c226e077f76b01e23c0fca8788d382a5d Mon Sep 17 00:00:00 2001 From: pasky Date: Sat, 2 Apr 2005 15:59:07 +0000 Subject: (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. ;-) --- command.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'command.c') 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 */ -- cgit v1.2.3-54-g00ecf