summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-05-12 23:57:58 -0700
committerKeith Packard <keithp@keithp.com>2010-05-13 04:20:34 -0700
commitf281db9a5e400c822e03a19937247baa20ecc213 (patch)
tree79b8a6ca4470fb5154f6c22464e724779282ef34
parent315041762313598aad90df84226e2d2def4a0fc9 (diff)
Remove ResNoAvoid definition, missed in the RAC removal
ResNoAvoid is #defined to ResBios, but ResBios was removed from xf86str.h in 4b42448a2388d40f257774fbffdccaea87bd0347 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--hw/xfree86/common/xf86Privstr.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/xfree86/common/xf86Privstr.h b/hw/xfree86/common/xf86Privstr.h
index b2095aab1..39cd23074 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)