aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2017-02-16 20:53:04 +0000
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-07-03 16:29:16 +0200
commitec0cfcecf31dbb504e8a09e59dd877f883a1c030 (patch)
treeafb7fbb88b45e9e96fe300f7064dfdd207192072 /nx-X11/programs/Xserver/hw/nxagent/Keyboard.c
parentcc27ebb2558770f97448e38cc3f017b60f02d6b8 (diff)
downloadnx-libs-ec0cfcecf31dbb504e8a09e59dd877f883a1c030.tar.gz
nx-libs-ec0cfcecf31dbb504e8a09e59dd877f883a1c030.tar.bz2
nx-libs-ec0cfcecf31dbb504e8a09e59dd877f883a1c030.zip
Xserver/xkb: Remove -xkbmap argument.
Backported from X.org: commit fd8bde8bb0f9d796b3464973b53285c0a6d22a31 Author: Daniel Stone <daniel@fooishbar.org> Date: Mon May 29 11:14:03 2006 +0000 Remove -xkbmap argument. Backported-to-NX-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Keyboard.c')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Keyboard.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c b/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c
index 545408146..6a146676e 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c
@@ -966,17 +966,6 @@ XkbError:
options = XKB_DFLT_KB_OPTIONS;
#ifdef TEST
- fprintf(stderr, "nxagentKeyboardProc: XkbInitialMap (option -xkbmap) is [%s]\n", XkbInitialMap ? XkbInitialMap : "NULL");
- #endif
-
- if (XkbInitialMap) {
- if ((names.keymap = strchr(XkbInitialMap, '/')) != NULL)
- ++names.keymap;
- else
- names.keymap = XkbInitialMap;
- }
-
- #ifdef TEST
fprintf(stderr, "nxagentKeyboardProc: Init XKB extension.\n");
#endif