1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-12 09:09:09 +00:00

(svn r23463) -Fix (r23461): unused variable

This commit is contained in:
yexo
2011-12-09 20:27:59 +00:00
parent 16eb11e988
commit 7af041d12d

View File

@@ -2328,7 +2328,6 @@ static CommandCost RemoveAirport(TileIndex tile, DoCommandFlag flags)
/* Clear the persistent storage. */ /* Clear the persistent storage. */
delete st->airport.psa; delete st->airport.psa;
const AirportSpec *as = st->airport.GetSpec();
for (uint i = 0; i < st->airport.GetNumHangars(); ++i) { for (uint i = 0; i < st->airport.GetNumHangars(); ++i) {
DeleteWindowById( DeleteWindowById(
WC_VEHICLE_DEPOT, st->airport.GetHangarTile(i) WC_VEHICLE_DEPOT, st->airport.GetHangarTile(i)