remove old SDL stuff

This commit is contained in:
Glenn Maynard
2006-09-15 23:48:15 +00:00
parent db88a9a4fd
commit 6c8d5774fc
2 changed files with 1 additions and 14 deletions
-8
View File
@@ -24,10 +24,6 @@
#include "ProductInfo.h"
#if defined(HAVE_SDL)
#include "SDL_utils.h"
#endif
#include "Screen.h"
#include "InputEventPlus.h"
#include "ScreenDimensions.h"
@@ -994,10 +990,6 @@ int main(int argc, char* argv[])
PREFSMAN->ReadPrefsFromDisk();
ApplyLogPreferences();
#if defined(HAVE_SDL)
SetupSDL();
#endif
/* This needs PREFSMAN. */
Dialog::Init();