mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-04 04:53:48 +00:00
xfree86: drivers: apm: drop XFree86Loader
Since we're in-tree now, we always have the xf86 loader. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
bbd4a54e39
commit
25adc62f0a
@@ -122,8 +122,6 @@ static const OptionInfoRec ApmOptions[] =
|
||||
{0}, FALSE}
|
||||
};
|
||||
|
||||
#ifdef XFree86LOADER
|
||||
|
||||
static XF86ModuleVersionInfo apmVersRec = {
|
||||
"apm",
|
||||
MODULEVENDORSTRING,
|
||||
@@ -160,7 +158,6 @@ static void* apmSetup(void* module, void* opts, int *errmaj, int *errmain)
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
static Bool
|
||||
ApmGetRec(ScrnInfoPtr pScrn)
|
||||
|
||||
Reference in New Issue
Block a user