]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIThermal.hxx
Make the scenerio's work again (now for real) and a small number of updates.
[flightgear.git] / src / AIModel / AIThermal.hxx
index 1da663ff864602f553121c0d2692adb8d2090573..be772c733ced52a831bbd19ed66ce88e6d1fd984 100644 (file)
@@ -45,9 +45,6 @@ public:
         inline double getStrength() const { return strength; };
         inline double getDiameter() const { return diameter; };
 
-protected:
-        static FGAIThermal *_self;
-       
 private:
 
         double dt;