diff options
Diffstat (limited to 'include/sway/output.h')
-rw-r--r-- | include/sway/output.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sway/output.h b/include/sway/output.h index 5af5b731..28be6a1e 100644 --- a/include/sway/output.h +++ b/include/sway/output.h @@ -43,7 +43,6 @@ struct sway_output { struct wl_listener destroy; struct wl_listener commit; - struct wl_listener mode; struct wl_listener present; struct wl_listener damage; struct wl_listener frame; |