Changeset - r18606:83053d304c1c
[Not reviewed]
master
0 1 0
yexo - 12 years ago 2011-12-09 20:27:59
yexo@openttd.org
(svn r23463) -Fix (r23461): unused variable
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/station_cmd.cpp
Show inline comments
 
@@ -2328,7 +2328,6 @@ static CommandCost RemoveAirport(TileInd
 
		/* 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)
0 comments (0 inline, 0 general)