mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 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
|
|
@ -24,8 +24,8 @@
|
|||
|
||||
#include "client-conf.h"
|
||||
|
||||
/* Load client configuration data from the specified X11 display,
|
||||
* overwriting the current settings in *c */
|
||||
int pa_client_conf_from_x11(pa_client_conf *c, const char *display);
|
||||
/* Load client configuration data from X11, overwriting the current settings in
|
||||
* *c. */
|
||||
int pa_client_conf_from_x11(pa_client_conf *c);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue