diff options
author | Alexandr Shadchin <alexandr.shadchin@gmail.com> | 2011-02-11 15:32:59 +0500 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-02-14 10:11:28 +1000 |
commit | 6fca7f2371c113796d4cf27cca5635f3c6fb30af (patch) | |
tree | d654a031d576ed499cbb2d6f9627340b420dc35e | |
parent | 8a540fa439bd7ea30c49d43ff3339ab599a7ba14 (diff) |
Remove unused XQUEUE
Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | src/kbd.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -81,11 +81,7 @@ _X_EXPORT InputDriverRec KEYBOARD = { }; static const char *kbdDefaults[] = { -#ifdef XQUEUE - "Protocol", "Xqueue", -#else "Protocol", "standard", -#endif "XkbRules", "base", "XkbModel", "pc105", "XkbLayout", "us", @@ -94,11 +90,7 @@ static const char *kbdDefaults[] = { }; static const char *kbd98Defaults[] = { -#ifdef XQUEUE - "Protocol", "Xqueue", -#else "Protocol", "standard", -#endif "XkbRules", "xfree98", "XkbModel", "pc98", "XkbLayout", "jp", |