diff options
author | Enrico Weigelt, metux IT consult <info@metux.net> | 2024-06-28 12:41:20 +0200 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2024-09-01 22:06:50 +0000 |
commit | cbf5d88352a192af865d312a2e2ed024f4575226 (patch) | |
tree | a479dcabff774537c3786b0d852ec43dbcc9375a /include | |
parent | 7c03549134c9542984607fb0ba3ae905cc682779 (diff) |
include: colormap.h: drop unused defines
These aren't used anywhere, so we can drop them.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1581>
Diffstat (limited to 'include')
-rw-r--r-- | include/colormap.h | 3 |
1 files changed, 0 insertions, 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 |