From f1925e135dbd96c0554a2b58a0a9c479b9101f45 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 31 Aug 2003 14:00:14 +0000 Subject: [PATCH] Unused variable. Will it ever be used or should the line be deleted? --- stepmania/src/ArrowEffects.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ArrowEffects.cpp b/stepmania/src/ArrowEffects.cpp index e6ae47b75f..250cecfd06 100644 --- a/stepmania/src/ArrowEffects.cpp +++ b/stepmania/src/ArrowEffects.cpp @@ -48,7 +48,7 @@ float ArrowGetYOffset( PlayerNumber pn, int iCol, float fNoteBeat ) return fYOffset; const float* fAccels = GAMESTATE->m_CurrentPlayerOptions[pn].m_fAccels; - const float* fEffects = GAMESTATE->m_CurrentPlayerOptions[pn].m_fEffects; + //const float* fEffects = GAMESTATE->m_CurrentPlayerOptions[pn].m_fEffects; float fYAdjust = 0; // fill this in depending on PlayerOptions