From bd8b8481da9d5fc0706884dc507402dafec707f9 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Mon, 5 May 2025 12:07:43 +0200 Subject: [PATCH] xfree86: fbdevhw: drop unused FBDEVHW_PLANES Not used anywhere, neither internal nor external. (BTW, those defines are only used within xf86-video-fbdev, so they maybe could be moved over there.) Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xfree86/fbdevhw/fbdevhw.h | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/xfree86/fbdevhw/fbdevhw.h b/hw/xfree86/fbdevhw/fbdevhw.h index 6eb4f8eea..72f834fbf 100644 --- a/hw/xfree86/fbdevhw/fbdevhw.h +++ b/hw/xfree86/fbdevhw/fbdevhw.h @@ -6,7 +6,6 @@ #include "colormapst.h" #define FBDEVHW_PACKED_PIXELS 0 /* Packed Pixels */ -#define FBDEVHW_PLANES 1 /* Non interleaved planes */ #define FBDEVHW_INTERLEAVED_PLANES 2 /* Interleaved planes */ #define FBDEVHW_TEXT 3 /* Text/attributes */ #define FBDEVHW_VGA_PLANES 4 /* EGA/VGA planes */