From d2f71b13946a14d9698d0355cc45b114b236e73b Mon Sep 17 00:00:00 2001 From: Michal Suchanek Date: Tue, 24 Apr 2012 18:44:48 +0200 Subject: [PATCH] Xi: Remove redundant declaration. Signed-off-by: Michal Suchanek Reviewed-by: Dave Airlie Signed-off-by: Dave Airlie --- Xi/chgptr.h | 6 ------ 1 file changed, 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 */