]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/navdb.hxx
commradio: improvements for atis speech
[flightgear.git] / src / Navaids / navdb.hxx
index c2231423c30da46e621b19f42ef5767836406c9a..0036a402f93f2db57b71151acb0ba4259248eb23 100644 (file)
@@ -44,13 +44,6 @@ bool loadCarrierNav(const SGPath& path);
   
 bool loadTacan(const SGPath& path, FGTACANList *channellist);
 
-/**
- * Return the property node corresponding to the runway ILS installation,
- * from the Airports/I/C/A/ICAO.ils.xml file (loading it if necessary)
- * returns NULL is no ILS data is defined for the runway.
- */
-SGPropertyNode* ilsDataForRunwayAndNavaid(FGRunway* aRunway, const std::string& aNavIdent);
-
 } // of namespace flightgear
   
 #endif // _FG_NAVDB_HXX