]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIAircraft.hxx
Support helipad names in the --runway startup option
[flightgear.git] / src / AIModel / AIAircraft.hxx
index 2f7c2d547e433b8c54101d800790baea46e912a6..3ad8b8a67130db4a779e2e0ef76b2dbb817cc3e4 100644 (file)
@@ -155,7 +155,6 @@ private:
     void updateActualState();
     void updateModelProperties(double dt);
     void handleATCRequests();
-    void checkVisibility();
     inline bool isStationary() { return ((fabs(speed)<=0.0001)&&(fabs(tgt_speed)<=0.0001));}
     inline bool needGroundElevation() { if (!isStationary()) _needsGroundElevation=true;return _needsGroundElevation;}
    
@@ -174,7 +173,6 @@ private:
 
     const char * _getTransponderCode() const;
 
-    bool reachedWaypoint;
     bool needsTaxiClearance;
     bool _needsGroundElevation;
     int  takeOffStatus; // 1 = joined departure cue; 2 = Passed DepartureHold waypoint; handover control to tower; 0 = any other state.