From 51699fb7575b35f19a10b51e410970ebcf1cb9c5 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Wed, 14 Jun 2006 09:57:59 +0000 Subject: [PATCH] fix compile --- stepmania/src/ScreenEdit.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index ef4ff97d44..4673f6e3da 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -3058,7 +3058,6 @@ void ScreenEdit::HandleAreaMenuChoice( AreaMenuChoice c, const vector &iAns case expand_4_3: NoteDataUtil::Scale( m_Clipboard, fScale ); break; case expand_3_2: NoteDataUtil::Scale( m_Clipboard, fScale ); break; case expand_2x: NoteDataUtil::Scale( m_Clipboard, fScale ); break; - default: ASSERT(0); } int iOldClipboardRow = m_NoteFieldEdit.m_iEndMarker - m_NoteFieldEdit.m_iBeginMarker;