diff options
Diffstat (limited to 'hw/xwin/winconfig.c')
-rw-r--r-- | hw/xwin/winconfig.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/hw/xwin/winconfig.c b/hw/xwin/winconfig.c index 917ce08c0..514dfdc84 100644 --- a/hw/xwin/winconfig.c +++ b/hw/xwin/winconfig.c @@ -542,16 +542,6 @@ winConfigKeyboard (DeviceIntPtr pDevice) #ifdef XWIN_XF86CONFIG from = X_CMDLINE; - if (!XkbInitialMap) - { - s = - winSetStrOption (kbd->inp_option_lst, "XkbInitialMap", NULL); - if (s) - { - XkbInitialMap = NULL_IF_EMPTY (s); - from = X_CONFIG; - } - } if ((s = winSetStrOption (kbd->inp_option_lst, "XkbKeymap", NULL))) { |