summaryrefslogtreecommitdiffstats
path: root/pulse/pulse.c
diff options
context:
space:
mode:
Diffstat (limited to 'pulse/pulse.c')
-rw-r--r--pulse/pulse.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pulse/pulse.c b/pulse/pulse.c
index 81ea443..53a25bd 100644
--- a/pulse/pulse.c
+++ b/pulse/pulse.c
@@ -146,8 +146,6 @@ snd_pulse_t *pulse_new(void)
fcntl(fd[0], F_SETFL, O_NONBLOCK);
fcntl(fd[1], F_SETFL, O_NONBLOCK);
- signal(SIGPIPE, SIG_IGN); /* Yes, ugly as hell */
-
p->mainloop = pa_threaded_mainloop_new();
assert(p->mainloop);