]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIAircraft.hxx
model paging patch from Till Busch
[flightgear.git] / src / AIModel / AIAircraft.hxx
index b70c1ea6244a0a2bb58a450d8096695b7ba297fb..2105a4a7310174ce783344d4f58153c80bdd6721 100644 (file)
@@ -61,8 +61,6 @@ public:
     void ClimbTo(double altitude);
     void TurnTo(double heading);
     
-    void setCallSign(const string& );
-
     void getGroundElev(double dt); //TODO these 3 really need to be public?
     void doGroundAltitude();
     void loadNextLeg  ();
@@ -137,8 +135,8 @@ private:
     bool holdPos;
 
     bool _getGearDown() const;
+
     bool reachedWaypoint;
-    string callsign;             // The callsign of this tanker.
 
     PerformanceData* _performance; // the performance data for this aircraft
 };