]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AICarrier.hxx
commradio: improvements for atis speech
[flightgear.git] / src / AIModel / AICarrier.hxx
index da3380502fc44e5e045b7c48b5e9b39071052162..970cd7cea293c88245e34641d45bd6e5b137afb9 100644 (file)
@@ -49,7 +49,6 @@ public:
     void setTACANChannelID(const string &);
 
     virtual void bind();
-    virtual void unbind();
     void UpdateWind ( double dt );
     void setWind_from_east( double fps );
     void setWind_from_north( double fps );
@@ -105,14 +104,11 @@ private:
     double dist;            // the distance of the eyepoint from the flols
     double angle;
     int source;             // the flols light which is visible at the moment
-    bool wave_off_lights;
     bool in_to_wind;
 
     // these are for maneuvering the carrier
     SGGeod mOpBoxPos;
 
-    double wind_speed_from_north_kts ;
-    double wind_speed_from_east_kts  ;
     double wind_speed_kts;  //true wind speed
     double wind_from_deg;   //true wind direction
     double rel_wind;