mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
input: Remove useless conditional.
This commit is contained in:
committed by
Adam Jackson
parent
24383056d0
commit
31005efb1b
@@ -3762,11 +3762,7 @@ ProcessKeyboardEvent (xEvent *xE, DeviceIntPtr keybd, int count)
|
||||
Bool deactivateGrab = FALSE;
|
||||
KeyClassPtr keyc = keybd->key;
|
||||
|
||||
if (xE->u.u.type & EXTENSION_EVENT_BASE)
|
||||
grabinfo = &keybd->deviceGrab;
|
||||
else
|
||||
grabinfo = &keybd->deviceGrab;
|
||||
|
||||
grabinfo = &keybd->deviceGrab;
|
||||
grab = grabinfo->grab;
|
||||
|
||||
if (!syncEvents.playingEvents)
|
||||
|
||||
Reference in New Issue
Block a user