]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/ATCutils.hxx
any wind < 1kt is "calm", not just 0.0
[flightgear.git] / src / ATC / ATCutils.hxx
index 2acfc9d186fff567522dbf19fe7dc9c16ece1ddd..80b155e0831d589e47f4fa88612ce882c826a7b7 100644 (file)
@@ -16,7 +16,7 @@
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 #include <Airports/simple.hxx>
 #include <Airports/runways.hxx>
@@ -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