summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/x11prop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/x11prop.c')
-rw-r--r--src/pulsecore/x11prop.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pulsecore/x11prop.c b/src/pulsecore/x11prop.c
index 5b85ea42..a740e39b 100644
--- a/src/pulsecore/x11prop.c
+++ b/src/pulsecore/x11prop.c
@@ -32,7 +32,6 @@
#include "x11prop.h"
-
void pa_x11_set_prop(Display *d, const char *name, const char *data) {
Atom a = XInternAtom(d, name, False);
XChangeProperty(d, RootWindow(d, 0), a, XA_STRING, 8, PropModeReplace, (const unsigned char*) data, strlen(data)+1);