summaryrefslogtreecommitdiff
path: root/src/depot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/depot.cpp')
-rw-r--r--src/depot.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/depot.cpp b/src/depot.cpp
index b666ca879..e09179b69 100644
--- a/src/depot.cpp
+++ b/src/depot.cpp
@@ -52,8 +52,3 @@ Depot::~Depot()
}
DeleteWindowById(GetWindowClassForVehicleType(vt), VehicleListIdentifier(VL_DEPOT_LIST, vt, GetTileOwner(this->xy), this->index).Pack());
}
-
-void InitializeDepots()
-{
- _depot_pool.CleanPool();
-}