mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
spa: v4l2: remove ignored flag
Nothing sets it.
This commit is contained in:
parent
64eaaf27ab
commit
66c7966b75
1 changed files with 0 additions and 3 deletions
|
|
@ -37,7 +37,6 @@ struct device {
|
|||
struct udev_device *dev;
|
||||
int inotify_wd;
|
||||
unsigned int accessible:1;
|
||||
unsigned int ignored:1;
|
||||
unsigned int emitted:1;
|
||||
};
|
||||
|
||||
|
|
@ -368,8 +367,6 @@ static void process_device(struct impl *this, uint32_t action, struct udev_devic
|
|||
return;
|
||||
|
||||
device = find_device(this, id);
|
||||
if (device && device->ignored)
|
||||
return;
|
||||
|
||||
switch (action) {
|
||||
case ACTION_ADD:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue