From 25adc62f0a1b09bfed7c06f583c191691b80d1df Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 22 Jul 2025 19:30:43 +0200 Subject: [PATCH] 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 --- hw/xfree86/drivers/video/apm/src/apm_driver.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/hw/xfree86/drivers/video/apm/src/apm_driver.c b/hw/xfree86/drivers/video/apm/src/apm_driver.c index 336cfb51a0..85951fbb7c 100644 --- a/hw/xfree86/drivers/video/apm/src/apm_driver.c +++ b/hw/xfree86/drivers/video/apm/src/apm_driver.c @@ -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)