diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-08-12 20:39:08 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-08-12 20:39:08 +0300 |
commit | 59dcc62906d8ee597cd43aa307f414cb47995cea (patch) | |
tree | 750bf3689c68008e5d20f9416af6a63a656b345c /hw/xfree86/utils/xorgcfg | |
parent | 26c3cd1c9e3f52548389817a6d89a377e20c4269 (diff) |
xfree86: remove Xqueue support completely
Diffstat (limited to 'hw/xfree86/utils/xorgcfg')
-rw-r--r-- | hw/xfree86/utils/xorgcfg/mouse-cfg.c | 3 | ||||
-rw-r--r-- | hw/xfree86/utils/xorgcfg/text-mode.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/hw/xfree86/utils/xorgcfg/mouse-cfg.c b/hw/xfree86/utils/xorgcfg/mouse-cfg.c index 6c29c1f07..5bae6d326 100644 --- a/hw/xfree86/utils/xorgcfg/mouse-cfg.c +++ b/hw/xfree86/utils/xorgcfg/mouse-cfg.c @@ -60,9 +60,6 @@ static struct MouseProtocol { #ifdef __SCO__ {"OsMouse", MTYPE_AUTOMOUSE}, #endif -#if defined(__UNIXWARE__) - {"Xqueue", MTYPE_XQUEUE}, -#endif #ifdef WSCONS_SUPPORT {"wsmouse", MTYPE_AUTOMOUSE}, #endif diff --git a/hw/xfree86/utils/xorgcfg/text-mode.c b/hw/xfree86/utils/xorgcfg/text-mode.c index 5bb56481f..74647fdb7 100644 --- a/hw/xfree86/utils/xorgcfg/text-mode.c +++ b/hw/xfree86/utils/xorgcfg/text-mode.c @@ -361,9 +361,6 @@ static char *protocols[] = { #ifdef __SCO__ "OsMouse", #endif -#ifdef __UNIXWARE__ - "Xqueue", -#endif #ifdef WSCONS_SUPPORT "wsmouse", #endif |