summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2015-11-24 08:31:21 -0500
committerAdam Jackson <ajax@redhat.com>2015-11-30 10:24:53 -0500
commiteb36924ead40564325aa56d54a973dc8fb4eae83 (patch)
treee0ba583771642a85a13800fe6752f41008350364 /include
parent4affa75a90d2455c81087b930126ad7adfd019f0 (diff)
dix: Remove redundant ChangeWindowProperty
Use dixChangeWindowProperty(serverClient, ...) instead. Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'include')
-rw-r--r--include/property.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/property.h b/include/property.h
index e350513a4..be875e917 100644
--- a/include/property.h
+++ b/include/property.h
@@ -67,15 +67,6 @@ extern _X_EXPORT int dixChangeWindowProperty(ClientPtr pClient,
void *value,
Bool sendevent);
-extern _X_EXPORT int ChangeWindowProperty(WindowPtr pWin,
- Atom property,
- Atom type,
- int format,
- int mode,
- unsigned long len,
- void *value,
- Bool sendevent);
-
extern _X_EXPORT int DeleteProperty(ClientPtr /*client */ ,
WindowPtr /*pWin */ ,
Atom /*propName */ );