diff options
author | Chris Robinson <[email protected]> | 2013-10-29 10:38:55 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-10-29 10:38:55 -0700 |
commit | d2b36159431789d6934f5569e54982d7c54c4e84 (patch) | |
tree | 4b29971d48fc06a49c4003d959ca3c33375cc976 /OpenAL32 | |
parent | 3437769ba0e00fcc6f831f62e096b0be5fe565ab (diff) |
Convert the loopback backend to the new interface
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 685536b5..a8175ce7 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -232,9 +232,6 @@ void alc_opensl_probe(enum DevProbe type); ALCboolean alc_qsa_init(BackendFuncs *func_list); void alc_qsa_deinit(void); void alc_qsa_probe(enum DevProbe type); -ALCboolean alc_loopback_init(BackendFuncs *func_list); -void alc_loopback_deinit(void); -void alc_loopback_probe(enum DevProbe type); struct ALCbackend; |