XQuartz: Get rid of SwitchCoreKeyboard where it's not needed...

This commit is contained in:
Jeremy Huddleston 2009-01-10 03:07:37 -08:00
parent 366b08598c
commit 1c88a68bed

View File

@ -363,8 +363,6 @@ void DarwinKeyboardInit(DeviceIntPtr pDev) {
XkbSetRepeatKeys(pDev, -1, AutoRepeatModeOn); XkbSetRepeatKeys(pDev, -1, AutoRepeatModeOn);
} }
SwitchCoreKeyboard(pDev);
DarwinKeyboardSetDeviceKeyMap(&keySyms); DarwinKeyboardSetDeviceKeyMap(&keySyms);
} }