summaryrefslogtreecommitdiffstats
path: root/src/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.h')
-rw-r--r--src/core.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core.h b/src/core.h
index a8a140b8..f6f794b9 100644
--- a/src/core.h
+++ b/src/core.h
@@ -15,7 +15,4 @@ struct core {
struct core* core_new(struct mainloop *m);
void core_free(struct core*c);
-struct sink* core_get_default_sink(struct core *c);
-struct source* core_get_default_source(struct core *c);
-
#endif