From d31d3178bfed4e22979bcbad6ef4857e513e690f Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 20 May 2025 17:59:22 +0200 Subject: [PATCH] xfree86: xf86.h: drop XF86FLIP_PIXELS Not used anywhere, so no need to keep it any longer. Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xfree86/common/xf86.h | 8 -------- 1 file changed, 8 deletions(-) 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 */