summaryrefslogtreecommitdiff
path: root/src/autoreplace_cmd.cpp
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
commitc2834412f7eb452ce757223606d9375e66132ac2 (patch)
tree010e8760621d01caf8996ba87326da8a279451e0 /src/autoreplace_cmd.cpp
parent7f650197d75fd577717f652522cfc9c2b5931ef4 (diff)
downloadopenttd-c2834412f7eb452ce757223606d9375e66132ac2.tar.xz
(svn r15680) -Cleanup: remove redundant comment
Diffstat (limited to 'src/autoreplace_cmd.cpp')
-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
*/