diff options
author | Adam Jackson <ajax@benzedrine.nwnk.net> | 2007-03-18 17:39:08 -0400 |
---|---|---|
committer | Adam Jackson <ajax@benzedrine.nwnk.net> | 2007-03-25 21:18:39 -0400 |
commit | e88fa75c9b468b88bb7b87b1da235c6eb2fe8164 (patch) | |
tree | ec72adcd230712e9be571c230e88813c45da0c48 /Xi/chgptr.h | |
parent | 4b5802ddbd45271be3cadeae0a83a6742df2515b (diff) |
Static cleanup on Xi/
Diffstat (limited to 'Xi/chgptr.h')
-rw-r--r-- | Xi/chgptr.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Xi/chgptr.h b/Xi/chgptr.h index fb3b5cc39..2d8ab66e5 100644 --- a/Xi/chgptr.h +++ b/Xi/chgptr.h @@ -45,12 +45,4 @@ void SendEventToAllWindows(DeviceIntPtr /* dev */ , int /* count */ ); -void FindInterestedChildren( /* FIXME: could be static? */ - DeviceIntPtr /* dev */ , - WindowPtr /* p1 */ , - Mask /* mask */ , - xEvent * /* ev */ , - int /* count */ - ); - #endif /* CHGPTR_H */ |