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:
parent
f794511711
commit
bd8b8481da
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue