From 19959b6bbea1ff7588c8cea0effc73c34bd07c14 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 18 Dec 2025 13:46:22 +0100 Subject: [PATCH] drop obsolete #ifdef XFree86LOADER Signed-off-by: Enrico Weigelt, metux IT consult --- src/nv_driver.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/nv_driver.c b/src/nv_driver.c index e1fbabb..ca857a8 100644 --- a/src/nv_driver.c +++ b/src/nv_driver.c @@ -618,8 +618,6 @@ static SymTabRec NVKnownChipsets[] = {-1, NULL} }; -#ifdef XFree86LOADER - static MODULESETUPPROTO(nvSetup); static XF86ModuleVersionInfo nvVersRec = @@ -637,8 +635,6 @@ static XF86ModuleVersionInfo nvVersRec = }; _X_EXPORT XF86ModuleData nvModuleData = { &nvVersRec, nvSetup, NULL }; -#endif - typedef enum { OPTION_SW_CURSOR, @@ -710,9 +706,6 @@ NVFreeRec(ScrnInfoPtr pScrn) pScrn->driverPrivate = NULL; } - -#ifdef XFree86LOADER - static pointer nvSetup(pointer module, pointer opts, int *errmaj, int *errmin) { @@ -741,9 +734,6 @@ nvSetup(pointer module, pointer opts, int *errmaj, int *errmin) } } - -#endif /* XFree86LOADER */ - static const OptionInfoRec * NVAvailableOptions(int chipid, int busid) {