mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
remove some unused fields
This commit is contained in:
parent
3eb37320c9
commit
7d56b78bce
2 changed files with 0 additions and 5 deletions
|
|
@ -41,10 +41,7 @@ struct impl {
|
||||||
struct sm_media_session *session;
|
struct sm_media_session *session;
|
||||||
struct spa_hook listener;
|
struct spa_hook listener;
|
||||||
|
|
||||||
struct pw_context *context;
|
|
||||||
|
|
||||||
struct spa_list client_list;
|
struct spa_list client_list;
|
||||||
int seq;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct client {
|
struct client {
|
||||||
|
|
@ -171,7 +168,6 @@ int sm_access_flatpak_start(struct sm_media_session *session)
|
||||||
return -errno;
|
return -errno;
|
||||||
|
|
||||||
impl->session = session;
|
impl->session = session;
|
||||||
impl->context = session->context;
|
|
||||||
|
|
||||||
spa_list_init(&impl->client_list);
|
spa_list_init(&impl->client_list);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,6 @@ struct client_info {
|
||||||
struct impl *impl;
|
struct impl *impl;
|
||||||
struct pw_impl_client *client;
|
struct pw_impl_client *client;
|
||||||
struct spa_hook client_listener;
|
struct spa_hook client_listener;
|
||||||
struct spa_list resources;
|
|
||||||
|
|
||||||
bool portal_managed;
|
bool portal_managed;
|
||||||
bool setup_complete;
|
bool setup_complete;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue