aboutsummaryrefslogtreecommitdiff
path: root/tools/Linux
diff options
context:
space:
mode:
authorSamir Benmendil <me@rmz.io>2020-12-29 16:14:35 +0000
committerSamir Benmendil <me@rmz.io>2020-12-29 16:14:35 +0000
commit22e004b2240df43d552762d34824c476bef9e2f9 (patch)
tree0037a5b98282e01a87d6df943b6b8f3837c2b392 /tools/Linux
parent5432bfebe8920ab881ecaeb210d9cc88d141c1c0 (diff)
[kodi-standalone.sh] Remove pulse-session usage
This debian/ubuntu specific wrapper script was removed in 2009 in debian and in 2014 in ubuntu. See http://changelogs.ubuntu.com/changelogs/pool/main/p/pulseaudio/pulseaudio_11.1-1ubuntu7/changelog
Diffstat (limited to 'tools/Linux')
-rw-r--r--tools/Linux/kodi-standalone.sh.pulse5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/Linux/kodi-standalone.sh.pulse b/tools/Linux/kodi-standalone.sh.pulse
index 5ee2fce4ea..e77efe8f81 100644
--- a/tools/Linux/kodi-standalone.sh.pulse
+++ b/tools/Linux/kodi-standalone.sh.pulse
@@ -1,9 +1,4 @@
PULSE_START="$(command -v start-pulseaudio-x11)"
if [ -n "$PULSE_START" ]; then
$PULSE_START
-else
- PULSE_SESSION="$(command -v pulse-session)"
- if [ -n "$PULSE_SESSION" ]; then
- APP="$PULSE_SESSION $APP"
- fi
fi