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:
Enrico Weigelt, metux IT consult
2025-07-22 19:30:43 +02:00
committed by Enrico Weigelt
parent bbd4a54e39
commit 25adc62f0a

View File

@@ -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)