diff --git a/hw/xfree86/common/xf86.h b/hw/xfree86/common/xf86.h index 65dd2ba0d..c48bc7339 100644 --- a/hw/xfree86/common/xf86.h +++ b/hw/xfree86/common/xf86.h @@ -78,14 +78,6 @@ extern _X_EXPORT confDRIRec xf86ConfigDRI; #define XF86SCRNINFO(p) xf86ScreenToScrn(p) -#define XF86FLIP_PIXELS() \ - do { \ - if (xf86GetFlipPixels()) { \ - pScreen->whitePixel = (pScreen->whitePixel) ? 0 : 1; \ - pScreen->blackPixel = (pScreen->blackPixel) ? 0 : 1; \ - } \ - while (0) - #define BOOLTOSTRING(b) ((b) ? "TRUE" : "FALSE") /* Compatibility functions for pre-input-thread drivers */