mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
ipc: drop WLR_OUTPUT_ADAPTIVE_SYNC_UNKNOWN case
This has been removed from wlroots.
This commit is contained in:
parent
6e023257e8
commit
aaa6c4ac89
@ -112,8 +112,6 @@ static const char *ipc_json_output_adaptive_sync_status_description(
|
||||
return "disabled";
|
||||
case WLR_OUTPUT_ADAPTIVE_SYNC_ENABLED:
|
||||
return "enabled";
|
||||
case WLR_OUTPUT_ADAPTIVE_SYNC_UNKNOWN:
|
||||
return "unknown";
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user