(svn r1791) Remove the remnants of CMD_DESTROY_INDUSTRY, which was removed a long time ago

This commit is contained in:
tron
2005-02-04 17:14:36 +00:00
parent e2dab60ad1
commit 04921a9015
4 changed files with 0 additions and 39 deletions

View File

@@ -75,7 +75,6 @@ DEF_COMMAND(CmdChangeTrainServiceInt);
DEF_COMMAND(CmdRestoreOrderIndex);
DEF_COMMAND(CmdBuildIndustry);
//DEF_COMMAND(CmdDestroyIndustry);
DEF_COMMAND(CmdBuildCompanyHQ);
DEF_COMMAND(CmdDestroyCompanyHQ);
@@ -309,8 +308,6 @@ static CommandProc * const _command_proc_table[] = {
CmdGiveMoney, /* 113 */
CmdChangePatchSetting, /* 114 */
CmdReplaceVehicle, /* 115 */
//CmdDestroyIndustry, /* 109 */
};
/* This function range-checks a cmd, and checks if the cmd is not NULL */