mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
flatpak: remove hardcoded check
This commit is contained in:
parent
c391e5088a
commit
e776425846
1 changed files with 0 additions and 1 deletions
|
|
@ -453,7 +453,6 @@ on_global_added(struct pw_listener *listener, struct pw_core *core, struct pw_gl
|
|||
cinfo->impl = impl;
|
||||
cinfo->client = client;
|
||||
cinfo->is_sandboxed = client_is_sandboxed(client);
|
||||
cinfo->is_sandboxed = true;
|
||||
spa_list_init(&cinfo->async_pending);
|
||||
|
||||
pw_signal_add(&client->resource_impl, &cinfo->resource_impl, on_resource_impl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue