mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
get rid of nonsensical late initialization of namereg/scache and things
This commit is contained in:
parent
4a06af6081
commit
746dc2ac19
9 changed files with 41 additions and 102 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue