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

This commit is contained in:
yexo 2011-12-09 20:27:59 +00:00
parent 16eb11e988
commit 7af041d12d
1 changed files with 0 additions and 1 deletions

View File

@ -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)