mirror of
https://github.com/X11Libre/xf86-video-vesa.git
synced 2026-03-24 01:25:22 +00:00
drop obsolete #ifdef XFree86LOADER
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user