From 8f53239ad7aa65e198402b3ce20a4a47d7dca279 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 18 May 2024 15:34:43 -0700 Subject: Raise minimum supported Xserver version to 1.18 (ABI_VIDEODRV_VERSION 20.0) Already effectively required by use of XNFcallocarray() introduced in xorg/xserver@b96dc999 - xserver-1.18.0, released in Nov. 2015. Allows dropping remnants of code for XAA and pre-pciaccess X servers Signed-off-by: Alan Coopersmith Part-of: --- src/smi_output.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/smi_output.c') diff --git a/src/smi_output.c b/src/smi_output.c index 377ea4a..38ba7d0 100644 --- a/src/smi_output.c +++ b/src/smi_output.c @@ -144,11 +144,7 @@ SMI_OutputGetModes_native(xf86OutputPtr output) SMIPtr pSmi = SMIPTR(output->scrn); ENTER(); -#ifdef HAVE_XMODES LEAVE(xf86CVTMode(pSmi->lcdWidth, pSmi->lcdHeight, 60.0f, FALSE, FALSE)); -#else - LEAVE(NULL); -#endif } static void -- cgit v1.2.3