diff options
author | Chris Robinson <[email protected]> | 2017-04-09 11:21:02 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-04-09 11:21:02 -0700 |
commit | 81527cdbddc52338f5fb3c8b79139bf9d9186d3a (patch) | |
tree | 17cc0f2e175d40e3d1fd9e29564560b1d60b3f8c /OpenAL32 | |
parent | aef774a7a03485a645edc79ea292abe8c634b8e9 (diff) |
Convert the CoreAudio backend to the updated backend 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 7add9310..1919a257 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -429,9 +429,6 @@ typedef struct { ALCuint (*AvailableSamples)(ALCdevice*); } BackendFuncs; -ALCboolean alc_ca_init(BackendFuncs *func_list); -void alc_ca_deinit(void); -void alc_ca_probe(enum DevProbe type); ALCboolean alc_qsa_init(BackendFuncs *func_list); void alc_qsa_deinit(void); void alc_qsa_probe(enum DevProbe type); |