mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
ypr0: Remove SDL copy&paste left-overs
Change-Id: Ie3e90070328798c398099c55f23665bfefdcf397
This commit is contained in:
parent
f005d841f2
commit
457bdfb6fc
1 changed files with 0 additions and 9 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue