This pointer was considered pointless.

This commit is contained in:
Jason Felds
2011-06-12 03:40:26 -04:00
parent 2ab5a4ddb8
commit b7ffecd3d0
+2 -6
View File
@@ -40,14 +40,10 @@ ScreenReloadSongs::~ScreenReloadSongs()
delete loadWin;
}
int ScreenReloadSongs::loadingThreadProc(void *thisAsVoidPtr) {
ScreenReloadSongs *self=(ScreenReloadSongs *)thisAsVoidPtr;
int ScreenReloadSongs::loadingThreadProc(void *thisAsVoidPtr)
{
SONGMAN->Reload( false );
SCREENMAN->PostMessageToTopScreen( SM_GoToNextScreen, 0 );
return 0;
}