]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIBase.hxx
Don't duplicate userpos in in AIObjects.
[flightgear.git] / src / AIModel / AIBase.hxx
index 98f889aa593e401018b78c9d8d6196a5fa13dfd0..70e7c97184c834ab0ebbea4ad8349cbf52661647 100644 (file)
@@ -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);