From 1bfa1c3b03f8ab6c0edc08ac50e4babba70cbb3e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 14 Jan 2010 20:33:40 +0100 Subject: start: we don't need to check for $PULSE_SERVER anymore pulseaudio --start does that internally anyway, so we can get rid of this here. --- src/daemon/start-pulseaudio-x11.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/daemon') diff --git a/src/daemon/start-pulseaudio-x11.in b/src/daemon/start-pulseaudio-x11.in index c57c489d..391a6d3c 100755 --- a/src/daemon/start-pulseaudio-x11.in +++ b/src/daemon/start-pulseaudio-x11.in @@ -19,8 +19,6 @@ set -e -[ -z "$PULSE_SERVER" ] - @PA_BINARY@ --start "$@" if [ x"$DISPLAY" != x ] ; then -- cgit