From 3d3ba9594e7bf7bf07fdb00b454eb10f605cfafc Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Thu, 11 Jul 2019 17:54:55 +0300 Subject: [PATCH] weston-log: Removed compositor_destroy_listener from the log context Nobody is using it. Signed-off-by: Marius Vlad --- libweston/weston-log.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libweston/weston-log.c b/libweston/weston-log.c index 837e3588d..4883f7ad4 100644 --- a/libweston/weston-log.c +++ b/libweston/weston-log.c @@ -59,7 +59,6 @@ * @internal */ struct weston_log_context { - struct wl_listener compositor_destroy_listener; struct wl_global *global; struct wl_list scope_list; /**< weston_log_scope::compositor_link */ struct wl_list pending_subscription_list; /**< weston_log_subscription::source_link */