From 183fdea3866866412f8e6699d279c9b3b069c4aa Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 9 Sep 2005 04:06:22 +0000 Subject: [PATCH] 0,0 is default --- stepmania/src/MusicWheelItem.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/stepmania/src/MusicWheelItem.cpp b/stepmania/src/MusicWheelItem.cpp index a471e5c2d9..7559a1775c 100644 --- a/stepmania/src/MusicWheelItem.cpp +++ b/stepmania/src/MusicWheelItem.cpp @@ -52,23 +52,18 @@ MusicWheelItem::MusicWheelItem( CString sType ): SetName( sType ); m_sprSongBar.Load( THEME->GetPathG(sType,"song") ); - m_sprSongBar.SetXY( 0, 0 ); this->AddChild( &m_sprSongBar ); m_sprSectionBar.Load( THEME->GetPathG(sType,"section") ); - m_sprSectionBar.SetXY( 0, 0 ); this->AddChild( &m_sprSectionBar ); m_sprExpandedBar.Load( THEME->GetPathG(sType,"expanded") ); - m_sprExpandedBar.SetXY( 0, 0 ); this->AddChild( &m_sprExpandedBar ); m_sprModeBar.Load( THEME->GetPathG(sType,"mode") ); - m_sprModeBar.SetXY( 0, 0 ); this->AddChild( &m_sprModeBar ); m_sprSortBar.Load( THEME->GetPathG(sType,"sort") ); - m_sprSortBar.SetXY( 0, 0 ); this->AddChild( &m_sprSortBar ); m_fPercentGray = 0;