]> code.delx.au - pulseaudio/commitdiff
start: we don't need to check for $PULSE_SERVER anymore
authorLennart Poettering <lennart@poettering.net>
Thu, 14 Jan 2010 19:33:40 +0000 (20:33 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 14 Jan 2010 19:33:40 +0000 (20:33 +0100)
pulseaudio --start does that internally anyway, so we can get rid of
this here.

src/daemon/start-pulseaudio-x11.in

index c57c489dfeb1155ac9d2ee3cf97e699f15cb7ebf..391a6d3ce6e049c5d20fe50191392877aa4dc557 100755 (executable)
@@ -19,8 +19,6 @@
 
 set -e
 
-[ -z "$PULSE_SERVER" ]
-
 @PA_BINARY@ --start "$@"
 
 if [ x"$DISPLAY" != x ] ; then