summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/thread-mq.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/thread-mq.h')
-rw-r--r--src/pulsecore/thread-mq.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pulsecore/thread-mq.h b/src/pulsecore/thread-mq.h
index 2b1fd687..13b6e01f 100644
--- a/src/pulsecore/thread-mq.h
+++ b/src/pulsecore/thread-mq.h
@@ -43,9 +43,6 @@ void pa_thread_mq_done(pa_thread_mq *q);
/* Install the specified pa_thread_mq object for the current thread */
void pa_thread_mq_install(pa_thread_mq *q);
-/* Dispatched queued events on the thread side. */
-int pa_thread_mq_process(pa_thread_mq *q);
-
/* Return the pa_thread_mq object that is set for the current thread */
pa_thread_mq *pa_thread_mq_get(void);