mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
client-conf: Remove redundant function parameters
This commit is contained in:
parent
aca30527e2
commit
0a583fe0c3
8 changed files with 18 additions and 30 deletions
|
|
@ -166,9 +166,9 @@ pa_context *pa_context_new_with_proplist(pa_mainloop_api *mainloop, const char *
|
|||
#endif
|
||||
|
||||
c->conf = pa_client_conf_new();
|
||||
pa_client_conf_load(c->conf, NULL);
|
||||
pa_client_conf_load(c->conf);
|
||||
#ifdef HAVE_X11
|
||||
pa_client_conf_from_x11(c->conf, NULL);
|
||||
pa_client_conf_from_x11(c->conf);
|
||||
#endif
|
||||
pa_client_conf_env(c->conf);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue