From 8c38bd4427ee86cdbaca5861f2f53eaf06cc7a02 Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 28 Jul 2006 14:32:40 +0000 Subject: [PATCH] Remove some junk. Note: the previous commit angles the negative ladder marks progressively more steeply as per MIL-STD. --- src/Instrumentation/HUD/HUD_ladder.cxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Instrumentation/HUD/HUD_ladder.cxx b/src/Instrumentation/HUD/HUD_ladder.cxx index f78f14800..c216650ce 100644 --- a/src/Instrumentation/HUD/HUD_ladder.cxx +++ b/src/Instrumentation/HUD/HUD_ladder.cxx @@ -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; -- 2.39.5