diff options
author | Michal Suchanek <hramrach@gmail.com> | 2012-04-24 18:44:48 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-05-14 13:17:30 +0100 |
commit | d2f71b13946a14d9698d0355cc45b114b236e73b (patch) | |
tree | edf64b09a6b792aad8e3e86265a1fbc729b4d16a /Xi | |
parent | a4f87f885a55373a6daf56fd540e10c5f1db5a5c (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.h | 6 |
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 */ |