v4l2: remove unused forward declaration

This commit is contained in:
Wim Taymans 2022-10-24 13:15:42 +02:00
parent 2c4e1b8537
commit a57602cc4d

View file

@ -30,8 +30,6 @@
#include <sys/mman.h> #include <sys/mman.h>
#include <poll.h> #include <poll.h>
static void v4l2_on_fd_events(struct spa_source *source);
static int xioctl(int fd, int request, void *arg) static int xioctl(int fd, int request, void *arg)
{ {
int err; int err;