remove unused variables

This commit is contained in:
Glenn Maynard
2002-09-07 10:35:26 +00:00
parent 3a6e991e6b
commit 6460b7ae88
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -441,12 +441,10 @@ void ScreenSelectStyle5th::TweenOnScreen()
m_sprStyleIcon.BeginTweening( MENU_ELEMENTS_TWEEN_TIME );
m_sprStyleIcon.SetTweenZoomY( 1 );
float fOrigExplanation1ZoomX = m_textExplanation1.GetZoomX();
m_textExplanation1.SetZoomX( 0 );
m_textExplanation1.BeginTweening( 0.6f );
m_textExplanation1.SetTweenZoomX( EXPLANATION1_ZOOM_X );
float fOrigExplanation2ZoomX = m_textExplanation2.GetZoomX();
m_textExplanation2.SetZoomX( 0 );
m_textExplanation2.SetZoomX( 0 );