XQuartz: Dead code removal
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
parent
f1d867c0a1
commit
e466745109
|
@ -133,22 +133,6 @@ static PixmapFormatRec formats[] = {
|
||||||
};
|
};
|
||||||
const int NUMFORMATS = sizeof(formats)/sizeof(formats[0]);
|
const int NUMFORMATS = sizeof(formats)/sizeof(formats[0]);
|
||||||
|
|
||||||
#ifndef OSNAME
|
|
||||||
#define OSNAME " Darwin"
|
|
||||||
#endif
|
|
||||||
#ifndef OSVENDOR
|
|
||||||
#define OSVENDOR ""
|
|
||||||
#endif
|
|
||||||
#ifndef PRE_RELEASE
|
|
||||||
#define PRE_RELEASE XORG_VERSION_SNAP
|
|
||||||
#endif
|
|
||||||
#ifndef BUILD_DATE
|
|
||||||
#define BUILD_DATE ""
|
|
||||||
#endif
|
|
||||||
#ifndef XORG_RELEASE
|
|
||||||
#define XORG_RELEASE "?"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void
|
void
|
||||||
DarwinPrintBanner(void)
|
DarwinPrintBanner(void)
|
||||||
{
|
{
|
||||||
|
|
|
@ -30,9 +30,6 @@
|
||||||
/* Support Damage extension */
|
/* Support Damage extension */
|
||||||
#undef DAMAGE
|
#undef DAMAGE
|
||||||
|
|
||||||
/* Build for darwin with Quartz support */
|
|
||||||
#undef DARWIN_WITH_QUARTZ
|
|
||||||
|
|
||||||
/* Use OsVendorVErrorF */
|
/* Use OsVendorVErrorF */
|
||||||
#undef DDXOSVERRORF
|
#undef DDXOSVERRORF
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue