mirror of
https://github.com/NickHu/sway
synced 2024-12-27 21:58:11 +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";
|
return "disabled";
|
||||||
case WLR_OUTPUT_ADAPTIVE_SYNC_ENABLED:
|
case WLR_OUTPUT_ADAPTIVE_SYNC_ENABLED:
|
||||||
return "enabled";
|
return "enabled";
|
||||||
case WLR_OUTPUT_ADAPTIVE_SYNC_UNKNOWN:
|
|
||||||
return "unknown";
|
|
||||||
}
|
}
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue