From 0946e8c4f865035048a1f6d6400820ca095acbef Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 18 Dec 2025 13:40:46 +0100 Subject: [PATCH] drop obsolete #ifdef XFree86LOADER Signed-off-by: Enrico Weigelt, metux IT consult --- src/ct_driver.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ct_driver.c b/src/ct_driver.c index c657660..36336b3 100644 --- a/src/ct_driver.c +++ b/src/ct_driver.c @@ -684,8 +684,6 @@ static const OptionInfoRec ChipsHiQVOptions[] = { { -1, NULL, OPTV_NONE, {0}, FALSE } }; -#ifdef XFree86LOADER - static MODULESETUPPROTO(chipsSetup); static XF86ModuleVersionInfo chipsVersRec = @@ -733,8 +731,6 @@ chipsSetup(pointer module, pointer opts, int *errmaj, int *errmin) } } -#endif /* XFree86LOADER */ - static Bool CHIPSGetRec(ScrnInfoPtr pScrn) {