]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/ATCutils.hxx
don't set the callsign, but use the set one
[flightgear.git] / src / ATC / ATCutils.hxx
index 2acfc9d186fff567522dbf19fe7dc9c16ece1ddd..85cb65841bc30d53742f225ae2d049c9e619d314 100644 (file)
@@ -92,25 +92,6 @@ void dclBoundHeading(double &hdg);
 // difference is negative if a1 > a2 and positive if a2 > a1
 double GetAngleDiff_deg( const double &a1, const double &a2);
 
-
-/*******************************
-*
-*      Airport-related functions
-*
-********************************/
-
-// The next two functions are straight copies of their fg.... equivalents
-// in fg_init.cxx, and are just here temporarily until some rationalisation occurs.
-
-// find basic airport location info from airport database
-bool dclFindAirportID( const string& id, FGAirport *a );
-
-// get airport elevation IN METERS
-double dclGetAirportElev( const string& id );
-
-// get airport position (elev portion in FEET)
-Point3D dclGetAirportPos( const string& id );
-
 /****************
 *
 *   Runways