diff --git a/stepmania/src/Sprite.cpp b/stepmania/src/Sprite.cpp index a31c636f79..d063cebe05 100644 --- a/stepmania/src/Sprite.cpp +++ b/stepmania/src/Sprite.cpp @@ -114,8 +114,6 @@ void Sprite::Load( RageTextureID ID ) void Sprite::LoadFromNode( const RString& sDir, const XNode* pNode ) { -retry: - RString sTextureFile; RString sPath; if( pNode->GetAttrValue( "Texture", sTextureFile ) )