mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 20:40:04 +01:00
[dix] Remove a duplicate statement.
Signed-off-by: James Cloos <cloos@jhcloos.com>
This commit is contained in:
parent
ba4e08244e
commit
17bccff4ce
1 changed files with 0 additions and 2 deletions
|
|
@ -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) &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue