mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-24 20:55:49 +00:00
XKB: Remove unnecessary prototype
Signed-off-by: Daniel Stone <daniel@fooishbar.org> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
27ea1a7e4e
commit
534669b376
1 changed files with 0 additions and 6 deletions
|
|
@ -74,12 +74,6 @@ XkbSetExtension(DeviceIntPtr device, ProcessInputProc proc)
|
|||
WRAP_PROCESS_INPUT_PROC(device, xkbPrivPtr, proc, xkbUnwrapProc);
|
||||
}
|
||||
|
||||
extern void ProcessOtherEvent(
|
||||
xEvent * /* xE */,
|
||||
DeviceIntPtr /* dev */,
|
||||
int /* count */
|
||||
);
|
||||
|
||||
/***====================================================================***/
|
||||
|
||||
static XkbAction
|
||||
|
|
|
|||
Loading…
Reference in a new issue