]> git.mxchange.org Git - flightgear.git/commitdiff
Remove some junk.
authorcurt <curt>
Fri, 28 Jul 2006 14:32:40 +0000 (14:32 +0000)
committercurt <curt>
Fri, 28 Jul 2006 14:32:40 +0000 (14:32 +0000)
Note: the previous commit angles the negative ladder marks progressively more
steeply as per MIL-STD.

src/Instrumentation/HUD/HUD_ladder.cxx

index f78f1480075ad7e1dc476cfe40399fb57008162e..c216650ce203ca44ba199e7d59fd3071ff87ab9b 100644 (file)
@@ -436,10 +436,6 @@ void HUD::Ladder::draw(void)
 
     //****************************************************************
 
-    /*float pos_x = (drift * cos(roll_value) -
-                   alpha * sin(roll_value)) * _compression;
-    float pos_y = (alpha * cos(roll_value) +
-    drift * sin(roll_value)) * _compression; */
     if (climb_dive_ladder) { // CONFORMAL_HUD
         _vmin = pitch_value - _width_units * 0.5f;
         _vmax = pitch_value + _width_units * 0.5f;