(svn r18975) -Cleanup: CMD_REMOVE_ROAD is unused.

This commit is contained in:
frosch
2010-01-31 20:55:10 +00:00
parent cbbe311cea
commit 5f4f562d53
3 changed files with 0 additions and 22 deletions

View File

@@ -65,7 +65,6 @@ CommandProc CmdRemoveRoadStop;
CommandProc CmdBuildLongRoad;
CommandProc CmdRemoveLongRoad;
CommandProc CmdBuildRoad;
CommandProc CmdRemoveRoad;
CommandProc CmdBuildRoadDepot;
@@ -222,7 +221,6 @@ static const Command _command_proc_table[] = {
{CmdBuildLongRoad, CMD_NO_WATER | CMD_AUTO}, // CMD_BUILD_LONG_ROAD
{CmdRemoveLongRoad, CMD_NO_TEST | CMD_AUTO}, // CMD_REMOVE_LONG_ROAD; towns may disallow removing road bits (as they are connected) in test, but in exec they're removed and thus removing is allowed.
{CmdBuildRoad, CMD_NO_WATER | CMD_AUTO}, // CMD_BUILD_ROAD
{CmdRemoveRoad, 0}, // CMD_REMOVE_ROAD
{CmdBuildRoadDepot, CMD_NO_WATER | CMD_AUTO}, // CMD_BUILD_ROAD_DEPOT
{CmdBuildAirport, CMD_NO_WATER | CMD_AUTO}, // CMD_BUILD_AIRPORT