xfree86: ddc: simplify xf86InterpretEDID()

It's doing nothing but calling xf86InterpretEDID().

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2026-01-27 19:53:35 +01:00
committed by Enrico Weigelt
parent 847788ba72
commit 25290ac9ee

View File

@@ -450,15 +450,7 @@ struct cea_data_block *xf86MonitorFindHDMIBlock(xf86MonPtr mon)
xf86MonPtr
xf86InterpretEEDID(int scrnIndex, uint8_t * block)
{
xf86MonPtr m;
m = xf86InterpretEDID(scrnIndex, block);
if (!m)
return NULL;
/* extension parse */
return m;
return xf86InterpretEDID(scrnIndex, block);
}
static void