X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=xonotic-linux-sdl.sh;fp=xonotic-linux-sdl.sh;h=f96c83f9d0af0ed70632c8e1c517f1a0875c4b13;hp=becfe8865106b4ab587b54951db34c4168375114;hb=5d6814fb147c39731abaed6ced7644d78d80e1ff;hpb=b29de730ce680701062849815c3b2e68dc35850a 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 "$@"