From 07f99b102a06ef95e235764e0d09116bc5a8a887 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 24 Jan 2004 20:07:14 +0000 Subject: [PATCH] cleanup --- stepmania/src/StepMania.cpp | 5 ----- 1 file changed, 5 deletions(-) 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();