]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/viewer.hxx
In the process of changing, adding and removing files the last few years
[flightgear.git] / src / Main / viewer.hxx
index 5907997e900b7382ace2b9827b7b498a34ab6e58..5039e9a5c750a206c4353ff635ec547f52d6655a 100644 (file)
@@ -219,8 +219,6 @@ public:
     virtual float *get_world_up() {if ( _dirty ) { recalc(); } return _world_up; }
     // Get the relative (to scenery center) view position in fgfs coordinates.
     virtual float * getRelativeViewPos ();
-    // Get the absolute zero-elevation view position in fgfs coordinates.
-    virtual float * getZeroElevViewPos ();
     // Get surface east vector
     virtual float *get_surface_east() {        if ( _dirty ) { recalc(); } return _surface_east; }
     // Get surface south vector
@@ -280,7 +278,6 @@ private:
 
     mutable sgdVec3 _absolute_view_pos;
     mutable sgVec3 _relative_view_pos;
-    mutable sgVec3 _zero_elev_view_pos;
 
     double _lon_deg;
     double _lat_deg;