diff options
author | Chris Robinson <[email protected]> | 2009-03-10 01:03:39 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-03-10 01:03:39 -0700 |
commit | 7ebb28327f8e5fb91e3b0808f2782bf2f2e15341 (patch) | |
tree | 9ddf005ab90be2d09b5d743fc66674d650ab26b0 /Alc/ALc.c | |
parent | 86931cbde425a092527fd873e770ea5a617138da (diff) |
Remove the SDL backend
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -71,9 +71,6 @@ static struct { #ifdef HAVE_PORTAUDIO { "port", alc_pa_init, EmptyFuncs }, #endif -#ifdef HAVE_SDL - { "sdl", alc_sdl_init, EmptyFuncs }, -#endif { "wave", alc_wave_init, EmptyFuncs }, |