diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 8e8e834906..4b50909f48 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -844,11 +844,6 @@ void SaveGamePrefsToDisk() ini.WriteFile( GAMEPREFS_INI_PATH ); } -static void OnFirstRun() -{ - // TODO: generate a machine keypair here -} - static void MountTreeOfZips( const CString &dir ) { vector dirs; @@ -1081,9 +1076,6 @@ int main(int argc, char* argv[]) LOG->Info( "TLS is %savailable", RageThread::GetSupportsTLS()? "":"not " ); #endif - if( PREFSMAN->m_bFirstRun ) - OnFirstRun(); - CheckSettings(); GAMEMAN = new GameManager;