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