From 041a981a4e358efe053ccb5c3596e4910ff1c76d Mon Sep 17 00:00:00 2001 From: Giulio Camuffo Date: Fri, 5 Sep 2014 23:26:33 +0300 Subject: compositor: remove unused signal The move_signal in weston_output isn't used, and not even initialized, so anything trying to listen to it will crash on wl_signal_add(). Instead of it, the 'output_moved_signal' in weston_compositor is used, so remove it. Reviewed-by: Pekka Paalanen --- src/compositor.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compositor.h b/src/compositor.h index a40dabd2..9611deae 100644 --- a/src/compositor.h +++ b/src/compositor.h @@ -200,7 +200,6 @@ struct weston_output { int dirty; struct wl_signal frame_signal; struct wl_signal destroy_signal; - struct wl_signal move_signal; int move_x, move_y; uint32_t frame_time; int disable_planes; -- cgit v1.2.1