diff options
author | Tiago Vignatti <tiago.vignatti@nokia.com> | 2010-05-10 21:05:14 +0300 |
---|---|---|
committer | Tiago Vignatti <tiago.vignatti@nokia.com> | 2010-08-26 18:16:59 +0300 |
commit | 7fbf3e7cf4b261194faad747e0bf59d528df6d91 (patch) | |
tree | f30d6f44dc709926a79b28ef7bbfaec9ac580dec | |
parent | ad698dd5bcc41fcec1e7ce1117c7ad1052710132 (diff) |
xfree86: vgaarb: remove useless macro
This was inherited from RAC and was never used there either.
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
Reviewed-by: Jamey Sharp <jamey@minilop.net>
-rw-r--r-- | hw/xfree86/common/xf86VGAarbiterPriv.h | 3 |
1 files changed, 0 insertions, 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); |