From 5cbaa1535a9250e2ed55c00d0212d960be795d0c Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade Date: Thu, 28 Feb 2008 15:54:43 -0300 Subject: [PATCH] Don't add prototypes for functions that don't exist. Note that a full review was not done, only for functions that receive char/short arguments, or one of it's parameters is a function pointer that requires char/short arguments. --- src/xlibi18n/XimTrans.h | 6 ------ src/xlibi18n/Ximint.h | 8 -------- 2 files changed, 0 insertions(+), 14 deletions(-) diff --git a/src/xlibi18n/XimTrans.h b/src/xlibi18n/XimTrans.h index f75270b..f6376a3 100644 --- a/src/xlibi18n/XimTrans.h +++ b/src/xlibi18n/XimTrans.h @@ -84,12 +84,6 @@ extern void _XimFreeTransIntrCallback( Xim im ); -extern Bool _XimTransIntrCallbackCheck( - Xim im, - INT16 len, - XPointer data -); - extern Bool _XimTransFilterWaitEvent( Display *d, Window w, diff --git a/src/xlibi18n/Ximint.h b/src/xlibi18n/Ximint.h index 3cbcfc4..392ef6e 100644 --- a/src/xlibi18n/Ximint.h +++ b/src/xlibi18n/Ximint.h @@ -841,14 +841,6 @@ extern Bool _XimRead( XPointer arg ); -extern Bool _XimIntrCallback( - Xim im, - Bool (*callback)( - Xim, INT16, XPointer, XPointer - ), - XPointer call_data -); - extern void _XimFlush( Xim im ); -- 1.5.4.3