]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIEscort.hxx
toggle fullscreen: also adapt GUI plane when resizing
[flightgear.git] / src / AIModel / AIEscort.hxx
index a300f645eccee1f529ed8dffb17de86a6c5de550..38531eb55a4cc0b2583022a853e8ab19840b7ce9 100644 (file)
@@ -42,7 +42,6 @@ public:
 
     bool init(bool search_in_AI_path=false);
     virtual void bind();
-    virtual void unbind();
     virtual void reinit();
     virtual void update (double dt);
 
@@ -90,8 +89,6 @@ private:
 
     double _max_speed;
 
-    const SGMaterial* _material;
-
     bool _MPControl, _patrol, _stn_deg_true;
 
 //    std::string _parent;