diff options
author | Chris Robinson <[email protected]> | 2016-12-21 17:20:11 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-12-21 17:28:22 -0800 |
commit | 315bd556acdc4b8b67b073f64d472f243a96544d (patch) | |
tree | 716f42d84aa46cf69616a0c0116a29e49a426029 /OpenAL32 | |
parent | dedc782222bf2f7f9a2210b686ebb1e922585bd1 (diff) |
Convert the SndIO backend to the updated API
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alMain.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 837e1082..5a5c3923 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -401,9 +401,6 @@ typedef struct { ALCuint (*AvailableSamples)(ALCdevice*); } BackendFuncs; -ALCboolean alc_sndio_init(BackendFuncs *func_list); -void alc_sndio_deinit(void); -void alc_sndio_probe(enum DevProbe type); ALCboolean alc_ca_init(BackendFuncs *func_list); void alc_ca_deinit(void); void alc_ca_probe(enum DevProbe type); |