]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIWingman.hxx
Replace the NOAA METAR URL with the new, updated one
[flightgear.git] / src / AIModel / AIWingman.hxx
index c291069ba3bd773ba5f7969e2918272783b94325..0b02b7491226b9de72c627845b3ff48be84de3e6 100644 (file)
@@ -26,7 +26,6 @@
 #include "AIBase.hxx"
 
 #include <simgear/sg_inlines.h>
-#include <simgear/math/SGMath.hxx>
 
 
 class FGAIWingman : public FGAIBallistic {
@@ -38,7 +37,6 @@ public:
 
     bool init(bool search_in_AI_path=false);
     virtual void bind();
-    virtual void unbind();
     virtual void reinit();
     virtual void update (double dt);