summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/shared.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-01-29 16:25:29 +0100
committerLennart Poettering <lennart@poettering.net>2009-01-29 16:25:29 +0100
commit746dc2ac19950d4eecc083929d6ed86443e3a112 (patch)
tree558d6fa8052ca28f3f6af7d8ccf7b5fbca7a7570 /src/pulsecore/shared.h
parent4a06af6081c0fc081ad6ca136880a61ebe1c4e01 (diff)
get rid of nonsensical late initialization of namereg/scache and things
Diffstat (limited to 'src/pulsecore/shared.h')
-rw-r--r--src/pulsecore/shared.h6
1 files changed, 0 insertions, 6 deletions
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);