From f281db9a5e400c822e03a19937247baa20ecc213 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 12 May 2010 23:57:58 -0700 Subject: [PATCH] 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 Reviewed-by: Julien Cristau Signed-off-by: Keith Packard --- hw/xfree86/common/xf86Privstr.h | 3 --- 1 file changed, 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)