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.
This commit is contained in:
Paulo Cesar Pereira de Andrade 2008-02-28 15:54:43 -03:00
parent 537eb52fe2
commit b91524a53e
2 changed files with 0 additions and 14 deletions

View file

@ -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,

View file

@ -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
);