summaryrefslogtreecommitdiffstats
path: root/pulse/pulse.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-08-22 00:08:53 +0200
committerLennart Poettering <lennart@poettering.net>2008-09-03 20:25:36 +0200
commitf5d1f3be98d95bec41f64d0568accddce8c2f212 (patch)
treece8523538cd66751d5d29d1647b6b16a6d62a9a6 /pulse/pulse.c
parent4902e7a9e83d48398cd84b28e00daa837555b83e (diff)
Get rid of pulse_poll_revents()
pulse_poll_revents() has no real purpose, so let's remove it.
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;
-}