remove unused

This commit is contained in:
Glenn Maynard
2006-08-14 18:56:18 +00:00
parent 149fb8b4ff
commit 4ca893b9fc
-11
View File
@@ -130,17 +130,6 @@ void Banner::LoadIconFromCharacter( Character* pCharacter )
m_bScrolling = false;
}
void Banner::LoadTABreakFromCharacter( Character* pCharacter )
{
if( pCharacter == NULL )
Load( THEME->GetPathG("Common","fallback takingabreak") );
else
{
Load( pCharacter->GetTakingABreakPath() );
m_bScrolling = false;
}
}
void Banner::LoadBannerFromUnlockEntry( const UnlockEntry* pUE )
{
if( pUE == NULL )