From 92fea1f748becd84beadc61d0e5aa588c933cc8a Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Tue, 18 Oct 2011 15:32:06 -0500 Subject: [PATCH] shut warning up --- src/ScreenEdit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() );