summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiulio Camuffo <giuliocamuffo@gmail.com>2014-09-05 23:26:33 +0300
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2014-09-09 11:55:34 +0300
commit041a981a4e358efe053ccb5c3596e4910ff1c76d (patch)
tree1e59abd00a327900720913a6e1bc942a7b9c66bb
parentf83a0d44b8087b862677b5d1c01f15e3a1591e8a (diff)
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 <pekka.paalanen@collabora.co.uk>
-rw-r--r--src/compositor.h1
1 files changed, 0 insertions, 1 deletions
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;