diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2022-08-29 18:23:18 +0200 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2022-08-29 18:23:18 +0200 |
| commit | ec65dabaa2568b0847ca81989d785dbaa224143e (patch) | |
| tree | f4047d30d56347c56866235f2e7a4c0557221faa | |
| parent | 18d90d109460b31da5d884e06e51d9bd0ac86fb5 (diff) | |
ipc: drop WLR_OUTPUT_ADAPTIVE_SYNC_UNKNOWN case
This has been removed from wlroots.
| -rw-r--r-- | sway/ipc-json.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sway/ipc-json.c b/sway/ipc-json.c index e422b24d..63c182f2 100644 --- a/sway/ipc-json.c +++ b/sway/ipc-json.c @@ -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; } |
