Revert "XQuartz: Copy the keyboard map to the core keyboard"

This reverts commit 427e1aab41.
This commit is contained in:
Jeremy Huddleston 2009-07-25 19:43:29 -07:00
parent bfe0b9cfa7
commit bcfa6cb2ee

View file

@ -360,7 +360,6 @@ void DarwinKeyboardInit(DeviceIntPtr pDev) {
XkbSetRepeatKeys(pDev, -1, AutoRepeatModeOn);
}
SetKeySymsMap(&inputInfo.keyboard->key->curKeySyms, &pDev->key->curKeySyms);
}
void DarwinKeyboardReloadHandler(int screenNum, xEventPtr xe, DeviceIntPtr pDev, int nevents) {