xfree86: ddc: drop unused GTF_SUPPORTED() macro

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2026-01-27 17:45:43 +01:00
parent 4395caee14
commit eea4fb1b39

View File

@@ -25,7 +25,6 @@
/* Msc stuff EDID Ver > 1.1 */
#define PREFERRED_TIMING_MODE(x) (x & 0x2)
#define GTF_SUPPORTED(x) (x & 0x1)
struct vendor {
char name[4];