summaryrefslogtreecommitdiff
path: root/dix
diff options
context:
space:
mode:
authorFernando Carrijo <fcarrijo@yahoo.com.br>2008-11-14 12:36:20 -0500
committerJames Cloos <cloos@jhcloos.com>2008-11-14 12:36:20 -0500
commit17bccff4ce905f46c074fd8ee7c6567b1371a0a1 (patch)
tree920be0c6b58834b4a4ad3ade8635dcd69b4cf7a7 /dix
parentba4e08244ed3923eecf26842dfc1df17c696e053 (diff)
[dix] Remove a duplicate statement.
Signed-off-by: James Cloos <cloos@jhcloos.com>
Diffstat (limited to 'dix')
-rw-r--r--dix/events.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/dix/events.c b/dix/events.c
index ae38f2403..27601b7e3 100644
--- a/dix/events.c
+++ b/dix/events.c
@@ -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) &&