From 135ab745a5339ab5766a2f74ab6eb9143d73c19f Mon Sep 17 00:00:00 2001 From: Scott Giese Date: Mon, 16 Jul 2018 12:00:34 -0500 Subject: [PATCH] Temporary: Remove obsolete ct (control tower) --- src/Airports/GenAirports850/airport.cxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Airports/GenAirports850/airport.cxx b/src/Airports/GenAirports850/airport.cxx index e1735f68..0ffd618c 100644 --- a/src/Airports/GenAirports850/airport.cxx +++ b/src/Airports/GenAirports850/airport.cxx @@ -33,7 +33,9 @@ Airport::Airport( int c, char* def) { int numParams; char* tok; +#if 0 // temporary until we can confirm that this isn't still being used. int ct = 0; +#endif code = c; @@ -62,7 +64,9 @@ Airport::Airport( int c, char* def) case 1: // Airport has a control tower (1=yes, 0=no) // deprecated v10.00 - // ct = atoi(tok); +#if 0 // temporary until we can confirm that this isn't still being used. + ct = atoi(tok); +#endif break; case 2: