mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 19:18:03 +02:00
dix: remove duplicate PickKeyboard() command.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
7d4df0ee44
commit
497a125339
1 changed files with 0 additions and 1 deletions
|
|
@ -1495,7 +1495,6 @@ ProcChangeKeyboardMapping(ClientPtr client)
|
|||
keysyms.mapWidth = stuff->keySymsPerKeyCode;
|
||||
keysyms.map = (KeySym *) &stuff[1];
|
||||
|
||||
pDev = PickKeyboard(client);
|
||||
rc = XaceHook(XACE_DEVICE_ACCESS, client, pDev, DixManageAccess);
|
||||
if (rc != Success)
|
||||
return rc;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue