summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/ipc-json.c2
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(
112 return "disabled"; 112 return "disabled";
113 case WLR_OUTPUT_ADAPTIVE_SYNC_ENABLED: 113 case WLR_OUTPUT_ADAPTIVE_SYNC_ENABLED:
114 return "enabled"; 114 return "enabled";
115 case WLR_OUTPUT_ADAPTIVE_SYNC_UNKNOWN:
116 return "unknown";
117 } 115 }
118 return NULL; 116 return NULL;
119} 117}