summaryrefslogtreecommitdiff
path: root/src/depot_func.h
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/depot_func.h
parent642fb19d4fe4fbb249ddc314f75a35282ce6d28d (diff)
downloadopenttd-756cc6cf651aa5650f055c70f31f7e07391be8c6.tar.xz
(svn r22116) -Codechange: use PoolBase::Clean() at more places
Diffstat (limited to 'src/depot_func.h')
-rw-r--r--src/depot_func.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/depot_func.h b/src/depot_func.h
index 46c754b48..c11901025 100644
--- a/src/depot_func.h
+++ b/src/depot_func.h
@@ -18,7 +18,6 @@
#include "slope_type.h"
void ShowDepotWindow(TileIndex tile, VehicleType type);
-void InitializeDepots();
void DeleteDepotHighlightOfVehicle(const Vehicle *v);