ipc: drop WLR_OUTPUT_ADAPTIVE_SYNC_UNKNOWN case

This has been removed from wlroots.
This commit is contained in:
Simon Ser 2022-08-29 18:23:18 +02:00
parent 6e023257e8
commit aaa6c4ac89
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}