Minor cleanup
[supertux.git] / src / supertux / main.cpp
index 5dc4c88..ca02a0f 100644 (file)
@@ -399,10 +399,6 @@ Main::init_sdl()
   // just to be sure
   atexit(SDL_Quit);
 
- // SDL_EnableUNICODE(1); //old code, mofif by giby 
- //   SDL_JoystickID myID = SDL_JoystickInstanceID(myOpenedStick);
-  
-
   // wait 100ms and clear SDL event queue because sometimes we have random
   // joystick events in the queue on startup...
   SDL_Delay(100);