xfree86: ddc: drop unused IS_INTERLACED() 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:29:43 +01:00
committed by Enrico Weigelt
parent 41b2c02f63
commit 769616256f

View File

@@ -330,7 +330,6 @@
#define CVT_SUPPORTED(x) (x & 0x1)
/* detailed timing misc */
#define IS_INTERLACED(x) (x)
#define IS_STEREO(x) (x)
#define IS_RIGHT_STEREO(x) (x & 0x01)
#define IS_LEFT_STEREO(x) (x & 0x02)