drop obsolete #ifdef XFree86LOADER

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-18 13:46:22 +01:00
parent 65b7e60b96
commit 19959b6bbe

View File

@@ -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)
{