Transition away from Screen(sName).

This commit is contained in:
Glenn Maynard
2006-01-15 18:37:57 +00:00
parent 1fe278b48d
commit 87ea090b9b
22 changed files with 15 additions and 62 deletions
+1 -4
View File
@@ -44,10 +44,7 @@ public:
* this for the initial load, since we don't want to start up the display
* until we finish loading songs; that way, people can continue to use their
* computer while songs load. */
REGISTER_SCREEN_CLASS( ScreenReloadSongs );
ScreenReloadSongs::ScreenReloadSongs( CString sClassName ): Screen(sClassName)
{
}
REGISTER_SCREEN_CLASS_NEW( ScreenReloadSongs );
void ScreenReloadSongs::Init()
{