mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-07 09:48:04 +02:00
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:
parent
537eb52fe2
commit
b91524a53e
2 changed files with 0 additions and 14 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue