Skip to content

Commit

Permalink
dix: remove duplicate PickKeyboard() command.
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hutterer <[email protected]>
  • Loading branch information
whot committed Mar 20, 2009
1 parent 7d4df0e commit 497a125
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dix/devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 497a125

Please sign in to comment.