diff --git a/hw/xfree86/common/xf86.h b/hw/xfree86/common/xf86.h index 02988aee3..ebd5d69c9 100644 --- a/hw/xfree86/common/xf86.h +++ b/hw/xfree86/common/xf86.h @@ -74,14 +74,6 @@ extern _X_EXPORT int platformSlotClaimed; #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 */