mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-10-31 15:20:10 +00:00
(svn r23463) -Fix (r23461): unused variable
This commit is contained in:
parent
16eb11e988
commit
7af041d12d
@ -2328,7 +2328,6 @@ static CommandCost RemoveAirport(TileIndex tile, DoCommandFlag flags)
|
||||
/* Clear the persistent storage. */
|
||||
delete st->airport.psa;
|
||||
|
||||
const AirportSpec *as = st->airport.GetSpec();
|
||||
for (uint i = 0; i < st->airport.GetNumHangars(); ++i) {
|
||||
DeleteWindowById(
|
||||
WC_VEHICLE_DEPOT, st->airport.GetHangarTile(i)
|
||||
|
Loading…
Reference in New Issue
Block a user