This commit is contained in:
Glenn Maynard
2006-07-28 00:38:43 +00:00
parent 5df5c3e7b8
commit d580386bb9
2 changed files with 0 additions and 9 deletions
-6
View File
@@ -100,12 +100,6 @@ RageTextureID Sprite::SongBannerTexture( RageTextureID ID )
return ID;
}
/* deprecated */
void Sprite::LoadBG( RageTextureID ID )
{
Load( SongBGTexture(ID) );
}
void Sprite::Load( RageTextureID ID )
{
if( !ID.filename.empty() )
-3
View File
@@ -30,9 +30,6 @@ public:
/* Adjust texture properties for song banners. */
static RageTextureID SongBannerTexture( RageTextureID ID );
/* Just a convenience function; load an image that'll be used in the
* background. */
virtual void LoadBG( RageTextureID ID );
virtual void Load( RageTextureID ID );
void UnloadTexture();