diff options
author | Simon Ser <contact@emersion.fr> | 2022-12-01 10:12:23 +0100 |
---|---|---|
committer | Simon Zeni <simon@bl4ckb0ne.ca> | 2022-12-01 20:05:04 +0000 |
commit | fecbaa2bd6f49bb2d6e5d83149a381224e348887 (patch) | |
tree | 3dadc8a892e95f73e40911f1884d093e2465da3d /include/wlr | |
parent | fe891ebd4ea35f73286f84e374b71fc78e53e930 (diff) |
scene: stop listening for output enable/mode events
These will go away.
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_scene.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |