input: Remove useless conditional.

This commit is contained in:
Fernando Carrijo 2008-11-10 13:23:45 -05:00 committed by Adam Jackson
parent 24383056d0
commit 31005efb1b

View File

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