summaryrefslogtreecommitdiff
path: root/Xi
diff options
context:
space:
mode:
authorMichal Suchanek <hramrach@gmail.com>2012-04-24 18:44:48 +0200
committerDave Airlie <airlied@redhat.com>2012-05-14 13:17:30 +0100
commitd2f71b13946a14d9698d0355cc45b114b236e73b (patch)
treeedf64b09a6b792aad8e3e86265a1fbc729b4d16a /Xi
parenta4f87f885a55373a6daf56fd540e10c5f1db5a5c (diff)
Xi: Remove redundant declaration.
Signed-off-by: Michal Suchanek <hramrach@gmail.com> Reviewed-by: Dave Airlie <airlied@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'Xi')
-rw-r--r--Xi/chgptr.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Xi/chgptr.h b/Xi/chgptr.h
index 47265b3bc..275511ffc 100644
--- a/Xi/chgptr.h
+++ b/Xi/chgptr.h
@@ -39,10 +39,4 @@ int ProcXChangePointerDevice(ClientPtr /* client */
void DeleteFocusClassDeviceStruct(DeviceIntPtr /* dev */
);
-void SendEventToAllWindows(DeviceIntPtr /* dev */ ,
- Mask /* mask */ ,
- xEvent * /* ev */ ,
- int /* count */
- );
-
#endif /* CHGPTR_H */