From 7bd52970a1e83cb88069e73e26479eb71bd17726 Mon Sep 17 00:00:00 2001 From: dP Date: Tue, 12 May 2020 01:36:28 +0300 Subject: Codechange: Refactor FindStationsAroundTiles to avoid code duplication --- src/station_func.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/station_func.h') diff --git a/src/station_func.h b/src/station_func.h index f9959089e..dc8942841 100644 --- a/src/station_func.h +++ b/src/station_func.h @@ -22,8 +22,6 @@ void ModifyStationRatingAround(TileIndex tile, Owner owner, int amount, uint radius); -void FindStationsAroundTiles(const TileArea &location, StationList *stations, bool use_nearby = true); - void ShowStationViewWindow(StationID station); void UpdateAllStationVirtCoords(); void ClearAllStationCachedNames(); -- cgit v1.2.3-54-g00ecf