From 8e351d6dc3c2684f3c31bf877a993f3bbe144c2c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 2 Nov 2003 04:17:28 +0000 Subject: [PATCH] remove old comments --- stepmania/src/NoteField.cpp | 7 ------- stepmania/src/PlayerOptions.cpp | 4 ---- stepmania/src/ScreenEdit.cpp | 1 - stepmania/src/Song.cpp | 4 +--- 4 files changed, 1 insertion(+), 15 deletions(-) diff --git a/stepmania/src/NoteField.cpp b/stepmania/src/NoteField.cpp index 9d6fbb0df9..861eba141c 100644 --- a/stepmania/src/NoteField.cpp +++ b/stepmania/src/NoteField.cpp @@ -329,11 +329,6 @@ float FindLastDisplayedBeat( PlayerNumber pn, int iLastPixelToDraw ) float fSearchDistance = 10; float fLastBeatToDraw = GAMESTATE->m_fSongBeat+fSearchDistance; - /* With a song that starts with a negative offset, fSearchDistance here can put - * the result out of range. XXX: 0 does, too; try setting an #OFFSET to -100. */ -// if( GAMESTATE->m_fSongBeat < 0 ) -// fLastBeatToDraw = 0; //fSearchDistance; - const int NUM_ITERATIONS = 20; for( int i=0; iWarn( "Modifier '%s' not recognized.", sBit.c_str() ); } } diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index 5e3770135e..c25e79bcbe 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -631,7 +631,6 @@ void ScreenEdit::InputEdit( const DeviceInput& DeviceI, const InputEventType typ if( iCol >= m_NoteFieldEdit.GetNumTracks() ) // this button is not in the range of columns for this StyleDef break; - /* XXX: easier to do with 4s */ // check for to see if the user intended to remove a HoldNote bool bRemovedAHoldNote = false; for( int i=0; i