X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAIModel%2FAIBase.hxx;h=70e7c97184c834ab0ebbea4ad8349cbf52661647;hb=d70e26d87b5294315ca6d67b8c11fabe51abbc4b;hp=98f889aa593e401018b78c9d8d6196a5fa13dfd0;hpb=b8a3d6902e16b9159b17a8745172cdc8378ac466;p=flightgear.git diff --git a/src/AIModel/AIBase.hxx b/src/AIModel/AIBase.hxx index 98f889aa5..70e7c9718 100644 --- a/src/AIModel/AIBase.hxx +++ b/src/AIModel/AIBase.hxx @@ -140,9 +140,6 @@ public: std::string _name; string _parent; - SGGeod userpos; - - protected: /** * Tied-properties helper, record nodes which are tied for easy un-tie-ing @@ -255,7 +252,6 @@ public: void _setLongitude( double longitude ); void _setLatitude ( double latitude ); void _setSubID( int s ); - void _setUserPos(); double _getAltitudeAGL(SGGeod inpos, double start);