command.c
changeset 1623 30298d952174
parent 1621 8c2c67a094ec
child 1691 fcd9fefaed02
--- a/command.c	Sat Apr 02 15:08:31 2005 +0000
+++ b/command.c	Sat Apr 02 15:59:07 2005 +0000
@@ -167,8 +167,6 @@
 
 DEF_COMMAND(CmdReplaceVehicle);
 
-DEF_COMMAND(CmdSetNewMapSize);
-
 /* The master command table */
 static CommandProc * const _command_proc_table[] = {
 	CmdBuildRailroadTrack,				/* 0  */
@@ -310,7 +308,6 @@
 	CmdGiveMoney,									/* 113 */
 	CmdChangePatchSetting,				/* 114 */
 	CmdReplaceVehicle,						/* 115 */
-	CmdSetNewMapSize,						/* 116 */
 };
 
 /* This function range-checks a cmd, and checks if the cmd is not NULL */