]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/positioned.cxx
Prepare and implement reinit methods for instruments
[flightgear.git] / src / Navaids / positioned.cxx
index 6193d7b2fcdd06cbd76e5afc7a9317b39e39ef98..a3f93bf757bf95668e3cf39e6c2266cbf2374cd9 100644 (file)
@@ -43,7 +43,6 @@
 #include <simgear/sg_inlines.h>
 #include <simgear/structure/commands.hxx>
 
-#include "PositionedBinding.hxx"
 #include "Airports/simple.hxx"
 #include "Main/fg_props.hxx"
 
@@ -701,12 +700,6 @@ const char* FGPositioned::nameForType(Type aTy)
  }
 }
 
-flightgear::PositionedBinding*
-FGPositioned::createBinding(SGPropertyNode* node) const
-{
-    return new flightgear::PositionedBinding(this, node);
-}
-
 ///////////////////////////////////////////////////////////////////////////////
 // search / query functions