aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alc.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-03-29 20:37:58 -0700
committerChris Robinson <[email protected]>2020-03-29 20:37:58 -0700
commitd70912c0345e402e8aed9835ce450330cd6a7d36 (patch)
treefa0dd7f701dfc6fb017c11bc42f93ddec63c4374 /alc/alc.cpp
parentfed80e0c101c5e54f7912e6c61d8553e33c11162 (diff)
Remove the QSA backend
It's been broken for who knows how long, and could really do with a rewrite for the new interface anyway.
Diffstat (limited to 'alc/alc.cpp')
-rw-r--r--alc/alc.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/alc/alc.cpp b/alc/alc.cpp
index efc822ff..9cd99f9d 100644
--- a/alc/alc.cpp
+++ b/alc/alc.cpp
@@ -124,9 +124,6 @@
#ifdef HAVE_OSS
#include "backends/oss.h"
#endif
-#ifdef HAVE_QSA
-#include "backends/qsa.h"
-#endif
#ifdef HAVE_DSOUND
#include "backends/dsound.h"
#endif
@@ -187,9 +184,6 @@ BackendInfo BackendList[] = {
#ifdef HAVE_OSS
{ "oss", OSSBackendFactory::getFactory },
#endif
-#ifdef HAVE_QSA
- { "qsa", QSABackendFactory::getFactory },
-#endif
#ifdef HAVE_DSOUND
{ "dsound", DSoundBackendFactory::getFactory },
#endif