ypr0: Remove SDL copy&paste left-overs

Change-Id: Ie3e90070328798c398099c55f23665bfefdcf397
This commit is contained in:
Thomas Martitz 2014-02-05 22:58:45 +01:00
parent f005d841f2
commit 457bdfb6fc

View file

@ -25,10 +25,6 @@
#include "panic.h"
#include "debug.h"
#if defined(HAVE_SDL_AUDIO) || defined(HAVE_SDL_THREADS) || defined(HAVE_SDL)
#include <SDL.h>
#endif
#include "ascodec.h"
#include "gpio-ypr.h"
@ -47,11 +43,6 @@ void system_init(void)
int *s;
/* fake stack, OS manages size (and growth) */
stackbegin = stackend = (uintptr_t*)&s;
#if defined(HAVE_SDL_AUDIO) || defined(HAVE_SDL_THREADS) || defined(HAVE_SDL)
SDL_Init(0); /* need this if using any SDL subsystem */
#endif
/* Here begins our platform specific initilization for various things */
ascodec_init();
gpio_init();