diff options
author | Isaac Freund <mail@isaacfreund.com> | 2022-06-28 19:58:26 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-08-30 17:53:50 +0000 |
commit | fd0b0276c9ecc159549acff48b932b83ec3b4f12 (patch) | |
tree | f89b4c175734fd63f80765d72ea95dc24ae8289a | |
parent | 135e60ff8210d7194a67fda1125a74ee102eb2e8 (diff) |
output: remove unknown adaptive sync state
This was previously used by the X11 backend but is no longer required
since the previous commit.
-rw-r--r-- | include/wlr/types/wlr_output.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index 2a290b46..01a9d49f 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -45,7 +45,6 @@ struct wlr_output_cursor { enum wlr_output_adaptive_sync_status { WLR_OUTPUT_ADAPTIVE_SYNC_DISABLED, WLR_OUTPUT_ADAPTIVE_SYNC_ENABLED, - WLR_OUTPUT_ADAPTIVE_SYNC_UNKNOWN, // requested, but maybe disabled }; enum wlr_output_state_field { |