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
|
@ -74,12 +74,6 @@ XkbSetExtension(DeviceIntPtr device, ProcessInputProc proc)
|
||||||
WRAP_PROCESS_INPUT_PROC(device, xkbPrivPtr, proc, xkbUnwrapProc);
|
WRAP_PROCESS_INPUT_PROC(device, xkbPrivPtr, proc, xkbUnwrapProc);
|
||||||
}
|
}
|
||||||
|
|
||||||
extern void ProcessOtherEvent(
|
|
||||||
xEvent * /* xE */,
|
|
||||||
DeviceIntPtr /* dev */,
|
|
||||||
int /* count */
|
|
||||||
);
|
|
||||||
|
|
||||||
/***====================================================================***/
|
/***====================================================================***/
|
||||||
|
|
||||||
static XkbAction
|
static XkbAction
|
||||||
|
|
Loading…
Reference in New Issue