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:51:05 +01:00
parent 1901ed58c9
commit d1f2de3fd3

View File

@@ -181,8 +181,6 @@ static const OptionInfoRec VESAOptions[] = {
{ -1, NULL, OPTV_NONE, {0}, FALSE }
};
#ifdef XFree86LOADER
/* Module loader interface */
static MODULESETUPPROTO(vesaSetup);
@@ -226,8 +224,6 @@ vesaSetup(void *Module, void *Options, int *ErrorMajor, int *ErrorMinor)
return (NULL);
}
#endif
static const OptionInfoRec *
VESAAvailableOptions(int chipid, int busid)
{