]> 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 f2f40e0358f12a9078599e3ad87b1f1cf6760e24..3d1dea0c73429235ddf79b51ba3bf9ff6a3702e4 100644 (file)
@@ -8,7 +8,7 @@
 
   PulseAudio is free software; you can redistribute it and/or modify
   it under the terms of the GNU Lesser General Public License as published
-  by the Free Software Foundation; either version 2 of the License,
+  by the Free Software Foundation; either version 2.1 of the License,
   or (at your option) any later version.
 
   PulseAudio is distributed in the hope that it will be useful, but
@@ -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