diff --git a/src/ScreenEdit.cpp b/src/ScreenEdit.cpp index 55ae30e77e..c30a717ee7 100644 --- a/src/ScreenEdit.cpp +++ b/src/ScreenEdit.cpp @@ -1899,9 +1899,9 @@ void ScreenEdit::InputEdit( const InputEventPlus &input, EditButton EditB ) else fDelta *= 40; } - unsigned i; #if 0 + unsigned i; // is there a StopSegment on the current row? const StopSegment *seg = GetAppropriateTiming().GetStopSegmentAtRow( GetRow() );