summaryrefslogtreecommitdiff
path: root/src/autoreplace.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2011-02-19 23:05:47 +0000
committersmatz <smatz@openttd.org>2011-02-19 23:05:47 +0000
commit756cc6cf651aa5650f055c70f31f7e07391be8c6 (patch)
tree8bf5af85e6523ad91ce99606e2b068b9f7513976 /src/autoreplace.cpp
parent642fb19d4fe4fbb249ddc314f75a35282ce6d28d (diff)
downloadopenttd-756cc6cf651aa5650f055c70f31f7e07391be8c6.tar.xz
(svn r22116) -Codechange: use PoolBase::Clean() at more places
Diffstat (limited to 'src/autoreplace.cpp')
-rw-r--r--src/autoreplace.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/autoreplace.cpp b/src/autoreplace.cpp
index 18a5c4e3b..464aa354a 100644
--- a/src/autoreplace.cpp
+++ b/src/autoreplace.cpp
@@ -134,8 +134,3 @@ CommandCost RemoveEngineReplacement(EngineRenewList *erl, EngineID engine, Group
return CMD_ERROR;
}
-
-void InitializeEngineRenews()
-{
- _enginerenew_pool.CleanPool();
-}