remove old SDL stuff
This commit is contained in:
@@ -24,10 +24,6 @@
|
|||||||
|
|
||||||
#include "ProductInfo.h"
|
#include "ProductInfo.h"
|
||||||
|
|
||||||
#if defined(HAVE_SDL)
|
|
||||||
#include "SDL_utils.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "Screen.h"
|
#include "Screen.h"
|
||||||
#include "InputEventPlus.h"
|
#include "InputEventPlus.h"
|
||||||
#include "ScreenDimensions.h"
|
#include "ScreenDimensions.h"
|
||||||
@@ -994,10 +990,6 @@ int main(int argc, char* argv[])
|
|||||||
PREFSMAN->ReadPrefsFromDisk();
|
PREFSMAN->ReadPrefsFromDisk();
|
||||||
ApplyLogPreferences();
|
ApplyLogPreferences();
|
||||||
|
|
||||||
#if defined(HAVE_SDL)
|
|
||||||
SetupSDL();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* This needs PREFSMAN. */
|
/* This needs PREFSMAN. */
|
||||||
Dialog::Init();
|
Dialog::Init();
|
||||||
|
|
||||||
|
|||||||
@@ -3,10 +3,7 @@
|
|||||||
|
|
||||||
#include "arch/arch_platform.h"
|
#include "arch/arch_platform.h"
|
||||||
|
|
||||||
/* Define the default driver sets. It's okay to have in the sets drivers that
|
/* Define the default driver sets. */
|
||||||
* might not be available, just as long as you don't mind if they're used when
|
|
||||||
* they are available. (For example, if we're using X11, we don't want
|
|
||||||
* InputHandler_SDL to be used.) */
|
|
||||||
|
|
||||||
/* InputHandler drivers */
|
/* InputHandler drivers */
|
||||||
#if defined (HAVE_XDK)
|
#if defined (HAVE_XDK)
|
||||||
@@ -17,8 +14,6 @@
|
|||||||
#define DEFAULT_INPUT_DRIVER_LIST "X11,Joystick"
|
#define DEFAULT_INPUT_DRIVER_LIST "X11,Joystick"
|
||||||
#elif defined(MACOSX)
|
#elif defined(MACOSX)
|
||||||
# define DEFAULT_INPUT_DRIVER_LIST "Carbon"
|
# define DEFAULT_INPUT_DRIVER_LIST "Carbon"
|
||||||
#elif defined(HAVE_SDL)
|
|
||||||
#define DEFAULT_INPUT_DRIVER_LIST "SDL"
|
|
||||||
#elif defined(LINUX)
|
#elif defined(LINUX)
|
||||||
#define DEFAULT_INPUT_DRIVER_LIST "Joystick"
|
#define DEFAULT_INPUT_DRIVER_LIST "Joystick"
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user