summaryrefslogtreecommitdiffstats
path: root/polyp/core.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-09-07 14:58:42 +0000
committerLennart Poettering <lennart@poettering.net>2004-09-07 14:58:42 +0000
commit93c8fe6577b59176ed6a54a1ae98f8749f122dc8 (patch)
tree7d3864484d318a41024c3cfa9af0b158bc24f6c3 /polyp/core.h
parent0fa499db56dc9111ddd866080606cb8b0379280e (diff)
change the way the default sink/source is selected
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@183 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/core.h')
-rw-r--r--polyp/core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/polyp/core.h b/polyp/core.h
index ca37507c..ddba6a83 100644
--- a/polyp/core.h
+++ b/polyp/core.h
@@ -55,7 +55,6 @@ struct pa_core {
struct pa_core* pa_core_new(struct pa_mainloop_api *m);
void pa_core_free(struct pa_core*c);
-
void pa_core_check_quit(struct pa_core *c);
#endif