From fd0b0276c9ecc159549acff48b932b83ec3b4f12 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Tue, 28 Jun 2022 19:58:26 +0200 Subject: output: remove unknown adaptive sync state This was previously used by the X11 backend but is no longer required since the previous commit. --- include/wlr/types/wlr_output.h | 1 - 1 file changed, 1 deletion(-) 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 { -- cgit v1.2.3