[PATCH] Remove ResNoAvoid definition, missed in the RAC removal
Alan Coopersmith
alan.coopersmith at oracle.com
Wed May 12 23:57:58 PDT 2010
ResNoAvoid is #defined to ResBios, but ResBios was removed
from xf86str.h in 4b42448a2388d40f257774fbffdccaea87bd0347
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
---
hw/xfree86/common/xf86Privstr.h | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/hw/xfree86/common/xf86Privstr.h b/hw/xfree86/common/xf86Privstr.h
index b2095aa..39cd230 100644
--- a/hw/xfree86/common/xf86Privstr.h
+++ b/hw/xfree86/common/xf86Privstr.h
@@ -147,9 +147,6 @@ typedef struct _RootWinProp {
pointer data;
} RootWinProp, *RootWinPropPtr;
-/* private resource types */
-#define ResNoAvoid ResBios
-
/* ISC's cc can't handle ~ of UL constants, so explicitly type cast them. */
#define XLED1 ((unsigned long) 0x00000001)
#define XLED2 ((unsigned long) 0x00000002)
--
1.5.6.5
More information about the xorg-devel
mailing list