From ac141cd1ccd52010663a1956887a8db8df07d6ab Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 27 Jan 2026 15:47:12 +0100 Subject: [PATCH] xfree86: ddc: drop unused RANGE_LIMITS_ONLY() macro Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xfree86/ddc/edid.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/xfree86/ddc/edid.h b/hw/xfree86/ddc/edid.h index f37fcf1235..6dcc47b350 100644 --- a/hw/xfree86/ddc/edid.h +++ b/hw/xfree86/ddc/edid.h @@ -218,8 +218,6 @@ #define MAX_CLOCK _MAX_CLOCK(c) #define _DEFAULT_GTF(x) (x[10] == 0x00) #define DEFAULT_GTF _DEFAULT_GTF(c) -#define _RANGE_LIMITS_ONLY(x) (x[10] == 0x01) -#define RANGE_LIMITS_ONLY _RANGE_LIMITS_ONLY(c) #define _HAVE_2ND_GTF(x) (x[10] == 0x02) #define HAVE_2ND_GTF _HAVE_2ND_GTF(c) #define _F_2ND_GTF(x) (x[12] * 2)