]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/navrecord.cxx
Reduce severity of a failure to create a marker beacon due to an unknown runway from...
[flightgear.git] / src / Navaids / navrecord.cxx
index d30635303e3fc932fc46293b7a8b934fd4bdb34a..d0549f26b8e1b6797dfa3c3d22abf981171dc827 100644 (file)
@@ -39,9 +39,7 @@
 #include <Airports/runways.hxx>
 #include <Airports/simple.hxx>
 #include <Airports/xmlloader.hxx>
-
 #include <Main/fg_props.hxx>
-#include <Navaids/PositionedBinding.hxx>
 
 FGNavRecord::FGNavRecord(Type aTy, const std::string& aIdent, 
   const std::string& aName, const SGGeod& aPos,
@@ -187,13 +185,6 @@ double FGNavRecord::localizerWidth() const
 
 }
 
-flightgear::PositionedBinding*
-FGNavRecord::createBinding(SGPropertyNode* nd) const
-{
-    return new flightgear::NavaidBinding(this, nd);
-}
-
-
 FGTACANRecord::FGTACANRecord(void) :
     channel(""),
     freq(0)