v4l2-device: remove unused member variable device_name

This variable was introduced in the initial commit but never used.
Just remove it.
This commit is contained in:
Michael Olbrich 2021-12-09 10:17:55 +01:00
parent 0d422f00dd
commit 22d668a8a0

View file

@ -49,7 +49,6 @@ static const char default_device[] = "/dev/video0";
struct props {
char device[64];
char device_name[128];
int device_fd;
};