diff options
author | Kristian Høgsberg <krh@redhat.com> | 2006-07-21 16:33:28 -0400 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-07-21 16:33:28 -0400 |
commit | 3eeb62e8f587732e6b433c2b9c6879eb26a3f1b4 (patch) | |
tree | c0d8610aece1bd9e07c0ed2f734c83ad36794341 /hw/xfree86/utils/xorgconfig | |
parent | 60ea7b51fe2b8a19a08b63db48504971a7a50ee6 (diff) |
bug #890: completely remove deprecated keyboard driver
Remove all remnants of the old built-in keyboard driver.
Diffstat (limited to 'hw/xfree86/utils/xorgconfig')
-rw-r--r-- | hw/xfree86/utils/xorgconfig/xorgconfig.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/xfree86/utils/xorgconfig/xorgconfig.c b/hw/xfree86/utils/xorgconfig/xorgconfig.c index ab3c1d03c..3bc05b83b 100644 --- a/hw/xfree86/utils/xorgconfig/xorgconfig.c +++ b/hw/xfree86/utils/xorgconfig/xorgconfig.c @@ -2068,11 +2068,7 @@ static char *XF86Config_fontpathchunk_text = "Section \"InputDevice\"\n" "\n" " Identifier \"Keyboard1\"\n" -#ifdef USE_DEPRECATED_KEYBOARD_DRIVER -" Driver \"Keyboard\"\n" -#else " Driver \"kbd\"\n" -#endif "\n" "# For most OSs the protocol can be omitted (it defaults to \"Standard\").\n" "# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),\n" |