changeset 18616:2c4be09c3f9b draft

(svn r23463) -Fix (r23461): unused variable
author yexo <yexo@openttd.org>
date Fri, 09 Dec 2011 20:27:59 +0000
parents 5ba394eea1f1
children 31037ca54d3d
files src/station_cmd.cpp
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/station_cmd.cpp
+++ b/src/station_cmd.cpp
@@ -2328,7 +2328,6 @@
 		/* 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)