mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
virtual-sink/source: Remove an unused variable.
This commit is contained in:
parent
1fda23c02c
commit
b3644c1bcd
2 changed files with 0 additions and 10 deletions
|
|
@ -481,7 +481,6 @@ int pa__init(pa_module*m) {
|
|||
pa_sink *master=NULL;
|
||||
pa_sink_input_new_data sink_input_data;
|
||||
pa_sink_new_data sink_data;
|
||||
pa_bool_t *use_default = NULL;
|
||||
pa_bool_t use_volume_sharing = FALSE;
|
||||
pa_bool_t force_flat_volume = FALSE;
|
||||
|
||||
|
|
@ -619,16 +618,12 @@ int pa__init(pa_module*m) {
|
|||
|
||||
pa_modargs_free(ma);
|
||||
|
||||
pa_xfree(use_default);
|
||||
|
||||
return 0;
|
||||
|
||||
fail:
|
||||
if (ma)
|
||||
pa_modargs_free(ma);
|
||||
|
||||
pa_xfree(use_default);
|
||||
|
||||
pa__done(m);
|
||||
|
||||
return -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue