summaryrefslogtreecommitdiff
path: root/src/station.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/station.cpp')
-rw-r--r--src/station.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/station.cpp b/src/station.cpp
index 8933015f8..0cfcf027c 100644
--- a/src/station.cpp
+++ b/src/station.cpp
@@ -514,9 +514,3 @@ StationRect& StationRect::operator = (const Rect &src)
this->bottom = src.bottom;
return *this;
}
-
-
-void InitializeStations()
-{
- _station_pool.CleanPool();
-}