fix warning

This commit is contained in:
Glenn Maynard
2004-03-12 05:43:39 +00:00
parent d0c7e488f8
commit 6faa757683
+1 -4
View File
@@ -509,10 +509,7 @@ void ScreenNameEntryTraditional::ChangeDisplayedFeat()
COMMAND_OPTIONAL( m_FeatDisplay[pn][OldFeat].m_textCategory, "Hide" );
COMMAND_OPTIONAL( m_FeatDisplay[pn][NewFeat].m_textCategory, "Unhide" );
/* fSecUntilDoneScrolling isn't used for anything. Is there any reason
* for it to be a variable? -Steve
*/
float fSecUntilDoneScrolling = m_FeatDisplay[pn][NewFeat].m_Wheel.Scroll();
m_FeatDisplay[pn][NewFeat].m_Wheel.Scroll();
}
}