From 22d668a8a034d1dcad273a7d1d82cf0395e648c4 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Thu, 9 Dec 2021 10:17:55 +0100 Subject: [PATCH] v4l2-device: remove unused member variable device_name This variable was introduced in the initial commit but never used. Just remove it. --- spa/plugins/v4l2/v4l2-device.c | 1 - 1 file changed, 1 deletion(-) diff --git a/spa/plugins/v4l2/v4l2-device.c b/spa/plugins/v4l2/v4l2-device.c index 8a9fc9841..95aa74fd2 100644 --- a/spa/plugins/v4l2/v4l2-device.c +++ b/spa/plugins/v4l2/v4l2-device.c @@ -49,7 +49,6 @@ static const char default_device[] = "/dev/video0"; struct props { char device[64]; - char device_name[128]; int device_fd; };