]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/HUD/HUD_private.hxx
Re-Name FGViewer to flightgear::View
[flightgear.git] / src / Instrumentation / HUD / HUD_private.hxx
index ee787b6a7fd31b951a3ac1956b3abac7477b0a1d..f894f6b1cc5a733f337be36e34311f3abb03a97f 100644 (file)
@@ -162,7 +162,6 @@ protected:
 
 private:
     SGSharedPtr<SGCondition> _condition;
-    float       _disp_factor;   // Multiply by to get numbers shown on scale.
     float       _scr_span;      // Working values for draw;
     int         _digits;
 };
@@ -181,9 +180,7 @@ private:
     Format  _mode;
     std::string  _format;
     int     _halign;    // HUDText alignment
-    int     _blink;
     bool    _box;
-    float   _text_y;
     float   _pointer_width;
     float   _pointer_length;