Remove PulseAudio code entirely.

master
Icedream 2018-02-20 03:41:16 +01:00
parent f499e09e43
commit 92607772de
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 0 additions and 9 deletions

View File

@ -248,15 +248,6 @@ if [ $PROFILE_IBUS -gt 0 ]; then
fi fi
section_end section_end
# pulseaudio
section "pulseaudio"
if has_binary pulseaudio && pulseaudio --check; then
log "PulseAudio is active."
else
log "PulseAudio is inactive."
fi
section_end
# SSH agent # SSH agent
section "ssh-agent" section "ssh-agent"
if [ $PROFILE_SSH_AGENT -gt 0 ]; then if [ $PROFILE_SSH_AGENT -gt 0 ]; then