diff options
Diffstat (limited to 'src/station_cmd.cpp')
-rw-r--r-- | src/station_cmd.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp index 28a61f1b6..7d3f7dbb9 100644 --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -2299,16 +2299,6 @@ static uint32 VehicleEnter_Station(Vehicle *v, TileIndex tile, int x, int y) return 0; } - -void DeleteAllPlayerStations(void) -{ - Station *st; - - FOR_ALL_STATIONS(st) { - if (IsValidPlayer(st->owner)) delete st; - } -} - /* this function is called for one station each tick */ static void StationHandleBigTick(Station *st) { |