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:03 +01:00
parent 5508d51b73
commit dfac8545b9

View File

@@ -135,8 +135,6 @@ static const OptionInfoRec ASTOptions[] = {
{-1, NULL, OPTV_NONE, {0}, FALSE}
};
#ifdef XFree86LOADER
static MODULESETUPPROTO(astSetup);
static XF86ModuleVersionInfo astVersRec = {
@@ -181,8 +179,6 @@ astSetup(pointer module, pointer opts, int *errmaj, int *errmin)
}
}
#endif /* XFree86LOADER */
/*
* ASTIdentify --
*