From cbf5d88352a192af865d312a2e2ed024f4575226 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 28 Jun 2024 12:41:20 +0200 Subject: [PATCH] include: colormap.h: drop unused defines These aren't used anywhere, so we can drop them. Signed-off-by: Enrico Weigelt, metux IT consult Part-of: --- include/colormap.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/colormap.h b/include/colormap.h index 15f11de69..cfeed9020 100644 --- a/include/colormap.h +++ b/include/colormap.h @@ -51,9 +51,6 @@ SOFTWARE. #include "screenint.h" #include "window.h" -/* these follow X.h's AllocNone and AllocAll */ -#define CM_PSCREEN 2 -#define CM_PWIN 3 /* Passed internally in colormap.c */ #define REDMAP 0 #define GREENMAP 1