From fecbaa2bd6f49bb2d6e5d83149a381224e348887 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 1 Dec 2022 10:12:23 +0100 Subject: scene: stop listening for output enable/mode events These will go away. --- include/wlr/types/wlr_scene.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/wlr/types/wlr_scene.h b/include/wlr/types/wlr_scene.h index e3e56cf7..6d1e75b7 100644 --- a/include/wlr/types/wlr_scene.h +++ b/include/wlr/types/wlr_scene.h @@ -180,7 +180,6 @@ struct wlr_scene_output { bool prev_scanout; struct wl_listener output_commit; - struct wl_listener output_mode; struct wl_listener output_damage; struct wl_listener output_needs_frame; -- cgit v1.2.3