summaryrefslogtreecommitdiffstats
path: root/pulse/pulse.c
diff options
context:
space:
mode:
Diffstat (limited to 'pulse/pulse.c')
-rw-r--r--pulse/pulse.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/pulse/pulse.c b/pulse/pulse.c
index 8e47b6c..5babcea 100644
--- a/pulse/pulse.c
+++ b/pulse/pulse.c
@@ -260,11 +260,3 @@ int pulse_poll_descriptors(snd_pulse_t * p, struct pollfd *pfd,
return 1;
}
-
-int pulse_poll_revents(snd_pulse_t * p, struct pollfd *pfd,
- unsigned int nfds, unsigned short *revents)
-{
- assert(p);
-
- return 1;
-}