diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2018-07-04 23:15:11 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-11-09 15:31:57 +0100 |
commit | bebdf0990dfbc4ea840717e6f4f777637afbf8a4 (patch) | |
tree | 7929811d4bdc3e782be5e338dc4afa6fcccf726c /nx-X11/programs | |
parent | 9808c66ec37d5d99f58bdb6136ae96381cb9cfc8 (diff) | |
download | nx-libs-bebdf0990dfbc4ea840717e6f4f777637afbf8a4.tar.gz nx-libs-bebdf0990dfbc4ea840717e6f4f777637afbf8a4.tar.bz2 nx-libs-bebdf0990dfbc4ea840717e6f4f777637afbf8a4.zip |
Keyboard.c: Remove (now) unused defines
Diffstat (limited to 'nx-X11/programs')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Keyboard.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c b/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c index c6998e8be..1c6fcaab0 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c @@ -148,12 +148,6 @@ extern Status XkbGetControls( #ifndef XKB_ALTERNATE_BASE_DIRECTORY #define XKB_ALTERNATE_BASE_DIRECTORY "/usr/X11R6/lib/X11/xkb" #endif -#ifndef XKB_CONFIG_FILE_NX -#define XKB_CONFIG_FILE_NX "/etc/nxagent/nxagent.keyboard" -#endif -#ifndef XKB_CONFIG_FILE_X2GO -#define XKB_CONFIG_FILE_X2GO "/etc/x2go/x2goagent.keyboard" -#endif #ifndef XKB_DFLT_RULES_FILE #define XKB_DFLT_RULES_FILE "base" #endif |