X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=xonotic-linux-sdl.sh;h=f96c83f9d0af0ed70632c8e1c517f1a0875c4b13;hb=2c4a68e1eae734f7284cc0b446970d89cdef5b79;hp=becfe8865106b4ab587b54951db34c4168375114;hpb=894f9b01eaa5b3de0094d309eed91f53faf40456;p=xonotic%2Fxonotic.git diff --git a/xonotic-linux-sdl.sh b/xonotic-linux-sdl.sh index becfe886..f96c83f9 100755 --- a/xonotic-linux-sdl.sh +++ b/xonotic-linux-sdl.sh @@ -122,13 +122,4 @@ case "$xserver" in ;; esac -# if pulseaudio -if [ -z "$SDL_AUDIODRIVER" ]; then - if ps -C pulseaudio >/dev/null; then - if ldd /usr/lib/libSDL.so 2>/dev/null | grep pulse >/dev/null; then - export SDL_AUDIODRIVER=pulse - fi - fi -fi - exec "$@"