From 746dc2ac19950d4eecc083929d6ed86443e3a112 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 29 Jan 2009 16:25:29 +0100 Subject: get rid of nonsensical late initialization of namereg/scache and things --- src/pulsecore/shared.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/pulsecore/shared.h') diff --git a/src/pulsecore/shared.h b/src/pulsecore/shared.h index dd3f94e2..f6f8d3cf 100644 --- a/src/pulsecore/shared.h +++ b/src/pulsecore/shared.h @@ -49,12 +49,6 @@ int pa_shared_remove(pa_core *c, const char *name); /* A combination of pa_shared_remove() and pa_shared_set() */ int pa_shared_replace(pa_core *c, const char *name, void *data); -/* Free all memory used by the shared property system */ -void pa_shared_cleanup(pa_core *c); - -/* Initialize the shared property system */ -void pa_shared_init(pa_core *c); - /* Dump the current set of shared properties */ void pa_shared_dump(pa_core *c, pa_strbuf *s); -- cgit