]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIBase.hxx
fix #416: reciprocal filter broken
[flightgear.git] / src / AIModel / AIBase.hxx
index afedabc3f73c50889c903240baebe6565ad4377d..fa85d5d2b656ab066311caf672ec4ceac73167f1 100644 (file)
@@ -300,9 +300,6 @@ public:
     inline double _getRange() { return range; };
     inline double _getBearing() { return bearing; };
 
-    virtual osg::Node* load3DModel(const string &path,
-        SGPropertyNode *prop_root);
-
     static bool _isNight();
 
      string & getCallSign();