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:42:43 +01:00
parent a9b85a6652
commit a2fc754659

View File

@@ -113,8 +113,6 @@ static const OptionInfoRec DUMMYOptions[] = {
{ -1, NULL, OPTV_NONE, {0}, FALSE }
};
#ifdef XFree86LOADER
static MODULESETUPPROTO(dummySetup);
static XF86ModuleVersionInfo dummyVersRec =
@@ -428,8 +426,6 @@ dummySetup(pointer module, pointer opts, int *errmaj, int *errmin)
}
}
#endif /* XFree86LOADER */
static Bool
DUMMYGetRec(ScrnInfoPtr pScrn)
{