From 1c88a68bedebaff96a2736bb5513d0cfc52e33b0 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Sat, 10 Jan 2009 03:07:37 -0800 Subject: [PATCH] XQuartz: Get rid of SwitchCoreKeyboard where it's not needed... --- hw/xquartz/quartzKeyboard.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/xquartz/quartzKeyboard.c b/hw/xquartz/quartzKeyboard.c index 1f552e0d6..f0f205b49 100644 --- a/hw/xquartz/quartzKeyboard.c +++ b/hw/xquartz/quartzKeyboard.c @@ -363,8 +363,6 @@ void DarwinKeyboardInit(DeviceIntPtr pDev) { XkbSetRepeatKeys(pDev, -1, AutoRepeatModeOn); } - SwitchCoreKeyboard(pDev); - DarwinKeyboardSetDeviceKeyMap(&keySyms); }