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 <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-05-05 12:07:43 +02:00
parent f794511711
commit bd8b8481da

View File

@ -6,7 +6,6 @@
#include "colormapst.h" #include "colormapst.h"
#define FBDEVHW_PACKED_PIXELS 0 /* Packed Pixels */ #define FBDEVHW_PACKED_PIXELS 0 /* Packed Pixels */
#define FBDEVHW_PLANES 1 /* Non interleaved planes */
#define FBDEVHW_INTERLEAVED_PLANES 2 /* Interleaved planes */ #define FBDEVHW_INTERLEAVED_PLANES 2 /* Interleaved planes */
#define FBDEVHW_TEXT 3 /* Text/attributes */ #define FBDEVHW_TEXT 3 /* Text/attributes */
#define FBDEVHW_VGA_PLANES 4 /* EGA/VGA planes */ #define FBDEVHW_VGA_PLANES 4 /* EGA/VGA planes */