From a57602cc4dd2e3516640cee09bdd26f20d867875 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 24 Oct 2022 13:15:42 +0200 Subject: [PATCH] v4l2: remove unused forward declaration --- spa/plugins/v4l2/v4l2-utils.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/spa/plugins/v4l2/v4l2-utils.c b/spa/plugins/v4l2/v4l2-utils.c index 77636ea25..86b005bab 100644 --- a/spa/plugins/v4l2/v4l2-utils.c +++ b/spa/plugins/v4l2/v4l2-utils.c @@ -30,8 +30,6 @@ #include #include -static void v4l2_on_fd_events(struct spa_source *source); - static int xioctl(int fd, int request, void *arg) { int err;