drop obsolete #ifdef XFree86LOADER

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-18 13:45:08 +01:00
parent 22c39431e7
commit 6233691861

View File

@@ -828,8 +828,6 @@ err:
}
#endif
#ifdef XFree86LOADER
static MODULESETUPPROTO(intel_setup);
static XF86ModuleVersionInfo intel_version = {
@@ -904,4 +902,3 @@ static pointer intel_setup(pointer module,
}
_X_EXPORT XF86ModuleData intelModuleData = { &intel_version, intel_setup, NULL };
#endif