From accbbbc5e29f4162051acc3a85821f5518225c7b Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 28 Jun 2024 12:41:20 +0200 Subject: [PATCH] (submit/colormap.h) include: colormap.h: drop unused defines These aren't used anywhere, so we can drop them. Signed-off-by: Enrico Weigelt, metux IT consult --- 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