break change: remove useless option adaptive_sync

This commit is contained in:
DreamMaoMao 2026-01-27 16:20:45 +08:00
parent 9f476a1a07
commit b4b2e6888f
2 changed files with 0 additions and 6 deletions

View file

@ -106,7 +106,6 @@ int32_t drag_corner = 3;
int32_t drag_warp_cursor = 1;
int32_t xwayland_persistence = 1; /* xwayland persistence */
int32_t syncobj_enable = 0;
int32_t adaptive_sync = 0;
int32_t allow_lock_transparent = 0;
double drag_refresh_interval = 16.0;
int32_t allow_tearing = TEARING_DISABLED;