From 3af49aa1ee9b09234362aea93ec9ba78b596871c Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 18 Dec 2025 13:50:44 +0100 Subject: [PATCH] drop obsolete #ifdef XFree86LOADER Signed-off-by: Enrico Weigelt, metux IT consult --- src/v4l.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/v4l.c b/src/v4l.c index 012935d..a43737d 100644 --- a/src/v4l.c +++ b/src/v4l.c @@ -64,8 +64,6 @@ _X_EXPORT DriverRec V4L = { .driverFunc = NULL, /* FIXME: Need to implement for new probing mode */ }; -#ifdef XFree86LOADER - static MODULESETUPPROTO(v4lSetup); static XF86ModuleVersionInfo v4lVersRec = @@ -100,13 +98,6 @@ v4lSetup(pointer module, pointer opts, int *errmaj, int *errmin) return (pointer)1; } -#else - -#include -#include - -#endif - #define VIDEO_OFF 0 /* really off */ #define VIDEO_RGB 1 /* rgb overlay (directly to fb) */ #define VIDEO_YUV 2 /* yuv overlay (to offscreen memory + hw scaling) */