mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-06 02:14:48 +00:00
xfree86: remove superflous assignments.
ActivateGrab and DeactivateGrab are set in AddInputDevice() already. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Daniel Stone <daniel@fooishbar.org>
This commit is contained in:
@@ -943,8 +943,6 @@ KdAddKeyboard (KdKeyboardInfo *ki)
|
||||
return !Success;
|
||||
}
|
||||
|
||||
ki->dixdev->deviceGrab.ActivateGrab = ActivateKeyboardGrab;
|
||||
ki->dixdev->deviceGrab.DeactivateGrab = DeactivateKeyboardGrab;
|
||||
RegisterOtherDevice(ki->dixdev);
|
||||
|
||||
#ifdef DEBUG
|
||||
@@ -1014,8 +1012,6 @@ KdAddPointer (KdPointerInfo *pi)
|
||||
return BadDevice;
|
||||
}
|
||||
|
||||
pi->dixdev->deviceGrab.ActivateGrab = ActivatePointerGrab;
|
||||
pi->dixdev->deviceGrab.DeactivateGrab = DeactivatePointerGrab;
|
||||
RegisterOtherDevice(pi->dixdev);
|
||||
|
||||
for (prev = &kdPointers; *prev; prev = &(*prev)->next);
|
||||
|
||||
@@ -351,8 +351,6 @@ xf86ActivateDevice(LocalDevicePtr local)
|
||||
dev->type = SLAVE;
|
||||
dev->spriteInfo->spriteOwner = FALSE;
|
||||
|
||||
dev->deviceGrab.ActivateGrab = ActivateKeyboardGrab;
|
||||
dev->deviceGrab.DeactivateGrab = DeactivateKeyboardGrab;
|
||||
dev->config_info = xf86SetStrOption(local->options, "config_info", NULL);
|
||||
|
||||
RegisterOtherDevice(dev);
|
||||
|
||||
Reference in New Issue
Block a user