diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index a72f30854e..df97a1b3eb 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -1071,8 +1071,6 @@ int main(int argc, char* argv[]) if( loading_window == NULL ) RageException::Throw( "Couldn't open any loading windows." ); - loading_window->Paint(); - srand( time(NULL) ); // seed number generator /* Do this early, so we have debugging output if anything else fails. LOG and