]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/hud_tbi.cxx
A couple more straggling instrumentation clean ups.
[flightgear.git] / src / Cockpit / hud_tbi.cxx
index c6130c867b4f5b445c7b38f692898720a627a3ff..3c0430c3825cd81b4b1d0574238f005eba6bcf2a 100644 (file)
@@ -149,7 +149,7 @@ operator = (const fgTBI_instr & rhs )
 
         else //if tsi enabled
         {
-                float factor = My_box.right / 6.0;
+                 // float factor = My_box.right / 6.0;
 
                 drawOneLine(cen_x-1.0, My_box.top,      cen_x+1.0, My_box.top);
                 drawOneLine(cen_x-1.0, My_box.top,      cen_x-1.0, My_box.top+10.0);