diff --git a/src/ast_driver.c b/src/ast_driver.c index 203750d..464ed3b 100644 --- a/src/ast_driver.c +++ b/src/ast_driver.c @@ -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 -- *