xfree86: Removed unused messages from Configint.h
AUTOREPEAT_MSG, MOVED_TO_FLAGS_MSG, and XLEDS_MSG made obsolete by81913a1291
Jul 21 2006 (remove undead files from master) UNDEFINED_DEVICE_MSG made obsolete by6033d8150b
Oct 9 2007 (first pass at video driver autoloading) Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
18b62e0479
commit
b25fb9fe99
|
@ -152,10 +152,6 @@ else\
|
||||||
"The %s keyword requires a boolean to follow it."
|
"The %s keyword requires a boolean to follow it."
|
||||||
#define ZAXISMAPPING_MSG \
|
#define ZAXISMAPPING_MSG \
|
||||||
"The ZAxisMapping keyword requires 2 positive numbers or X or Y to follow it."
|
"The ZAxisMapping keyword requires 2 positive numbers or X or Y to follow it."
|
||||||
#define AUTOREPEAT_MSG \
|
|
||||||
"The AutoRepeat keyword requires 2 numbers (delay and rate) to follow it."
|
|
||||||
#define XLEDS_MSG \
|
|
||||||
"The XLeds keyword requries one or more numbers to follow it."
|
|
||||||
#define DACSPEED_MSG \
|
#define DACSPEED_MSG \
|
||||||
"The DacSpeed keyword must be followed by a list of up to %d numbers."
|
"The DacSpeed keyword must be followed by a list of up to %d numbers."
|
||||||
#define DISPLAYSIZE_MSG \
|
#define DISPLAYSIZE_MSG \
|
||||||
|
@ -216,7 +212,5 @@ else\
|
||||||
/* Warning messages */
|
/* Warning messages */
|
||||||
#define OBSOLETE_MSG \
|
#define OBSOLETE_MSG \
|
||||||
"Ignoring obsolete keyword \"%s\"."
|
"Ignoring obsolete keyword \"%s\"."
|
||||||
#define MOVED_TO_FLAGS_MSG \
|
|
||||||
"Keyword \"%s\" is now an Option flag in the ServerFlags section."
|
|
||||||
|
|
||||||
#endif /* _Configint_h_ */
|
#endif /* _Configint_h_ */
|
||||||
|
|
Loading…
Reference in New Issue