From 4bd4508ba27cb9f664da2641213fde8e6b4a06da Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 27 Jul 2006 23:56:41 +0000 Subject: [PATCH] unused label --- stepmania/src/Sprite.cpp | 2 -- 1 file changed, 2 deletions(-) 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 ) )