diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 9713460647..82ca10881f 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -817,8 +817,6 @@ static void MountTreeOfZips( const CString &dir ) } } -#define UNLOCKS_PATH "Data/Unlocks.dat" - #ifdef _XBOX char *xboxargv[] = { "d:\\default.xbe" }; extern RageDisplay::VideoModeParams g_CurrentParams; @@ -979,9 +977,6 @@ int main(int argc, char* argv[]) ResetGame(); - /* Load the unlocks into memory */ - GAMESTATE->m_pUnlockingSys->LoadFromDATFile( UNLOCKS_PATH ); - /* Initialize which courses are ranking courses here. */ SONGMAN->UpdateRankingCourses();