From 5d8b9eb601a3227292179c18b0469c028fdc2dc2 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 25 Feb 2025 13:11:53 +0100 Subject: [PATCH] (1826) include: misc: drop unused defines USE_BACKGROUND_PIXEL and USE_BORDER_PIXEL aren't used anywhere, neither in Xserver nor any drivers, so can be dropped now. Signed-off-by: Enrico Weigelt, metux IT consult --- include/misc.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/misc.h b/include/misc.h index 90d7046d3..b4953ba70 100644 --- a/include/misc.h +++ b/include/misc.h @@ -122,13 +122,6 @@ typedef struct _xReq *xReqPtr; #define MILLI_PER_MIN (1000 * 60) #define MILLI_PER_SECOND (1000) - /* this next is used with None and ParentRelative to tell - PaintWin() what to use to paint the background. Also used - in the macro IS_VALID_PIXMAP */ - -#define USE_BACKGROUND_PIXEL 3 -#define USE_BORDER_PIXEL 3 - #undef min #undef max