diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2008-02-28 15:54:43 -0300 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-02-02 16:30:39 -0200 |
commit | b91524a53e691f6a5d278fd8972b48a14ebeedeb (patch) | |
tree | 2fbdd22079b85fb8ee4f813cc6431043e750668e | |
parent | 537eb52fe266ac439c4b383bb04a70017b709911 (diff) |
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.
-rw-r--r-- | src/xlibi18n/XimTrans.h | 6 | ||||
-rw-r--r-- | 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 500b2c52..3123879d 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 4cc1550a..1b1ad337 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 ); |