summaryrefslogtreecommitdiffstats
path: root/src/daemon
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-01-14 20:33:40 +0100
committerLennart Poettering <lennart@poettering.net>2010-01-14 20:33:40 +0100
commit1bfa1c3b03f8ab6c0edc08ac50e4babba70cbb3e (patch)
treeeeca4038b6b9116cfec0edc63483588697107cf1 /src/daemon
parent2465cfac616c0931e89ead7efdbaa70bd8e0d66d (diff)
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.
Diffstat (limited to 'src/daemon')
-rwxr-xr-xsrc/daemon/start-pulseaudio-x11.in2
1 files changed, 0 insertions, 2 deletions
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