From 7fbf3e7cf4b261194faad747e0bf59d528df6d91 Mon Sep 17 00:00:00 2001 From: Tiago Vignatti Date: Mon, 10 May 2010 21:05:14 +0300 Subject: [PATCH] xfree86: vgaarb: remove useless macro This was inherited from RAC and was never used there either. Signed-off-by: Tiago Vignatti Reviewed-by: Jamey Sharp --- hw/xfree86/common/xf86VGAarbiterPriv.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/hw/xfree86/common/xf86VGAarbiterPriv.h b/hw/xfree86/common/xf86VGAarbiterPriv.h index df38d6b09..2920fb53a 100644 --- a/hw/xfree86/common/xf86VGAarbiterPriv.h +++ b/hw/xfree86/common/xf86VGAarbiterPriv.h @@ -93,9 +93,6 @@ (VGAarbiterGCPtr)dixLookupPrivate(&(x)->devPrivates, VGAarbiterGCKey);\ (x)->ops = pGCPriv->wrapOps; (x)->funcs = pGCPriv->wrapFuncs; -#define GC_SCREEN register ScrnInfoPtr pScrn = \ - xf86Screens[pGC->pScreen->myNum] - static inline void VGAGet(ScreenPtr pScreen) { pci_device_vgaarb_set_target(xf86Screens[pScreen->myNum]->vgaDev);