diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-02-17 19:37:22 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-02-18 14:50:25 -0800 |
commit | e0a451eb7cc812f11db3614b730ba0f07d6ae18c (patch) | |
tree | 5d1615b934cdf0fec7760c397d787f124eee0e80 /hw/xfree86/parser/xf86Parser.h | |
parent | d2cf562bbad553d7f09b70202134f5b6ada0114e (diff) |
Obsolete InputDevices keyword in xorg.conf Files section
Was only used to provide a list of input devices that XF86-Misc could use,
now that XF86-Misc is gone, was parsed and logged, then completely ignored.
(Depends on previous patch that introduces OBSOLETE_TOKEN in parser to
make obsolete keywords like InputDevices & RgbPath be non-fatal errors.)
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Acked-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'hw/xfree86/parser/xf86Parser.h')
-rw-r--r-- | hw/xfree86/parser/xf86Parser.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/parser/xf86Parser.h b/hw/xfree86/parser/xf86Parser.h index 29825dd51..603080066 100644 --- a/hw/xfree86/parser/xf86Parser.h +++ b/hw/xfree86/parser/xf86Parser.h @@ -72,7 +72,6 @@ typedef struct { char *file_logfile; char *file_modulepath; - char *file_inputdevs; char *file_fontpath; char *file_comment; char *file_xkbdir; |