From d70912c0345e402e8aed9835ce450330cd6a7d36 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 29 Mar 2020 20:37:58 -0700 Subject: 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. --- alc/alc.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'alc/alc.cpp') 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 -- cgit v1.2.3