]> code.delx.au - pulseaudio/blobdiff - src/pulse/client-conf-x11.h
client-conf: Remove redundant function parameters
[pulseaudio] / src / pulse / client-conf-x11.h
index dca9f0d2e88610a4bf774c1c6eaad05c2ed41863..3d1dea0c73429235ddf79b51ba3bf9ff6a3702e4 100644 (file)
@@ -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