[Banner, FadingBanner] Various changes:

* Removed (now unused) All Music banner.
  * Fixed swapped ScrollRandom and ScrollRoulette metrics.
  * Added GetScrolling(), GetPercentScrolling() and SetScrolling(bool,float)
    Lua bindings.
This commit is contained in:
AJ Kelly
2010-12-26 20:30:06 -06:00
parent b8b20ec80b
commit a36059ecf6
5 changed files with 23 additions and 28 deletions
-6
View File
@@ -181,12 +181,6 @@ void FadingBanner::LoadFromSong( const Song* pSong )
LoadFromCachedBanner( sPath );
}
void FadingBanner::LoadAllMusic()
{
BeforeChange();
m_Banner[m_iIndexLatest].LoadAllMusic();
}
void FadingBanner::LoadMode()
{
BeforeChange();