diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index fb153f408b..68ad4a3184 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -953,15 +953,6 @@ bool GetCommandlineArgument( const CString &option, CString *argument, int iInde return false; } -//Process args first, put command line options that -//have to run before the SM window loads here -static void ProcessArgsFirst() -{ - CString Argument; - if( GetCommandlineArgument( "test", &Argument ) ) - LOG->Info ("Test: \"%s\"", Argument.c_str() ); -} - static void ProcessArgsSecond() { CString Argument; @@ -1125,10 +1116,6 @@ int main(int argc, char* argv[]) delete loading_window; // destroy this before init'ing Display - ProcessArgsFirst(); - - - DISPLAY = CreateDisplay(); DISPLAY->ChangeCentering(