diff options
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_output.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index e9aab373..b8087ebd 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -148,8 +148,6 @@ struct wlr_output { struct wl_listener display_destroy; void *data; - - bool block_idle_frame; }; struct wlr_output_event_precommit { |