drop ifdef on ancient XFree86LOADER

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-17 14:25:15 +01:00
parent c2fa7eac59
commit 51a1f94e45

View File

@@ -98,8 +98,6 @@ static const OptionInfoRec CG6Options[] = {
{ -1, NULL, OPTV_NONE, {0}, FALSE }
};
#ifdef XFree86LOADER
static MODULESETUPPROTO(cg6Setup);
static XF86ModuleVersionInfo suncg6VersRec =
@@ -143,8 +141,6 @@ cg6Setup(pointer module, pointer opts, int *errmaj, int *errmin)
}
}
#endif /* XFree86LOADER */
static Bool
CG6GetRec(ScrnInfoPtr pScrn)
{