summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-03-12 10:42:02 +0000
committersmatz <smatz@openttd.org>2009-03-12 10:42:02 +0000
commitc622a81feebef49b5a446e3b58e429ce74feb612 (patch)
tree010e8760621d01caf8996ba87326da8a279451e0
parent3afcef02aada89264867117d5829e7e82c456a3e (diff)
downloadopenttd-c622a81feebef49b5a446e3b58e429ce74feb612.tar.xz
(svn r15680) -Cleanup: remove redundant comment
-rw-r--r--src/autoreplace_cmd.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/autoreplace_cmd.cpp b/src/autoreplace_cmd.cpp
index af7cd1f65..849d6d98e 100644
--- a/src/autoreplace_cmd.cpp
+++ b/src/autoreplace_cmd.cpp
@@ -342,7 +342,6 @@ static CommandCost CopyHeadSpecificThings(Vehicle *old_head, Vehicle *new_head,
/** Replace a single unit in a free wagon chain
* @param single_unit vehicle to let autoreplace/renew operator on
* @param flags command flags
- * @param wagon_removal remove wagons when the resulting chain occupies more tiles than the old did
* @param nothing_to_do is set to 'false' when something was done (only valid when not failed)
* @return cost or error
*/