[dix] Remove a duplicate statement.

Signed-off-by: James Cloos <cloos@jhcloos.com>
This commit is contained in:
Fernando Carrijo 2008-11-14 12:36:20 -05:00 committed by James Cloos
parent ba4e08244e
commit 17bccff4ce

View File

@ -5225,8 +5225,6 @@ ProcUngrabKeyboard(ClientPtr client)
grab = device->deviceGrab.grab;
grab = device->deviceGrab.grab;
time = ClientTimeToServerTime(stuff->id);
if ((CompareTimeStamps(time, currentTime) != LATER) &&
(CompareTimeStamps(time, device->deviceGrab.grabTime) != EARLIER) &&