]> 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 8c01c6a1025a5535c21ce23c0e2abf03fa25940d..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,
@@ -52,8 +50,7 @@ FGNavRecord::FGNavRecord(Type aTy, const std::string& aIdent,
   multiuse(aMultiuse),
   _name(aName),
   mRunway(NULL),
-  serviceable(true),
-  trans_ident(aIdent)
+  serviceable(true)
 { 
   initAirportRelation();
 
@@ -188,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)