--- a/QTfrontend/SDLs.cpp Sun Apr 03 00:13:38 2011 -0400
+++ b/QTfrontend/SDLs.cpp Tue Apr 05 16:02:26 2011 -0400
@@ -24,10 +24,6 @@
#include <QApplication>
-#ifdef __APPLE__
-#include "CocoaInitializer.h"
-#endif
-
extern char sdlkeys[1024][2][128];
extern char xb360buttons[][128];
@@ -37,11 +33,7 @@
SDLInteraction::SDLInteraction()
{
-#ifdef __APPLE__
- // SDL_Init needs a NSAutoreleasePool set up
- CocoaInitializer initializer;
-#endif
-
+
SDL_Init(SDL_INIT_VIDEO | SDL_INIT_JOYSTICK);
musicInitialized = 0;