Commit d54f1fb7 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Keyboard.c: remove unused defines

Defines regarding XKB-BASE_DIRECTORY are used only xkb.
parent 0fc53688
...@@ -135,12 +135,6 @@ extern Status XkbGetControls( ...@@ -135,12 +135,6 @@ extern Status XkbGetControls(
#endif #endif
); );
#ifndef XKB_BASE_DIRECTORY
#define XKB_BASE_DIRECTORY "/usr/share/X11/xkb"
#endif
#ifndef XKB_ALTERNATE_BASE_DIRECTORY
#define XKB_ALTERNATE_BASE_DIRECTORY "/usr/X11R6/lib/X11/xkb"
#endif
#ifndef XKB_DFLT_RULES_FILE #ifndef XKB_DFLT_RULES_FILE
#define XKB_DFLT_RULES_FILE "base" #define XKB_DFLT_RULES_FILE "base"
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment