mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2024-12-26 21:58:08 +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
1 changed files with 0 additions and 2 deletions
|
@ -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 a new issue