remove some unused fields

This commit is contained in:
Wim Taymans 2020-07-16 17:47:30 +02:00
parent 3eb37320c9
commit 7d56b78bce
2 changed files with 0 additions and 5 deletions

View file

@ -41,10 +41,7 @@ struct impl {
struct sm_media_session *session;
struct spa_hook listener;
struct pw_context *context;
struct spa_list client_list;
int seq;
};
struct client {
@ -171,7 +168,6 @@ int sm_access_flatpak_start(struct sm_media_session *session)
return -errno;
impl->session = session;
impl->context = session->context;
spa_list_init(&impl->client_list);

View file

@ -66,7 +66,6 @@ struct client_info {
struct impl *impl;
struct pw_impl_client *client;
struct spa_hook client_listener;
struct spa_list resources;
bool portal_managed;
bool setup_complete;