X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=misc%2Ftools%2Fall%2Fxonotic.subr;h=3acd42e51926e4dd2c93d70dfae106f1a244711c;hp=d0e44f4b15a98dda32c2a2f2905622aa9a669d9f;hb=65c24c8e4a21022893f7cb7e8029472303793975;hpb=e62003cbc45174fdef55606d15a66dfad80bfde1;ds=sidebyside diff --git a/misc/tools/all/xonotic.subr b/misc/tools/all/xonotic.subr index d0e44f4b..3acd42e5 100644 --- a/misc/tools/all/xonotic.subr +++ b/misc/tools/all/xonotic.subr @@ -337,15 +337,6 @@ case "$cmd" in fi set -- "darkplaces/darkplaces$client" -xonotic "$@" - # if pulseaudio is running: USE IT - if [ -z "$SDL_AUDIODRIVER" ] && ! [ -n "$WE_HATE_OUR_USERS" ] && ! [ x"`uname`" = x"Darwin" ]; 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 - binary=$1 if [ x"$USE_GDB" = x"yes" ]; then