aboutsummaryrefslogtreecommitdiffstats
path: root/sway/ipc-json.c
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2022-08-29 18:23:18 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2022-08-30 20:15:29 +0200
commitaaa6c4ac892ddba1aa1892221324359a77e2eb3a (patch)
treef4047d30d56347c56866235f2e7a4c0557221faa /sway/ipc-json.c
parentman: sway(5) move fixes (diff)
downloadsway-aaa6c4ac892ddba1aa1892221324359a77e2eb3a.tar.gz
sway-aaa6c4ac892ddba1aa1892221324359a77e2eb3a.tar.zst
sway-aaa6c4ac892ddba1aa1892221324359a77e2eb3a.zip
ipc: drop WLR_OUTPUT_ADAPTIVE_SYNC_UNKNOWN case
This has been removed from wlroots.
Diffstat (limited to 'sway/ipc-json.c')
-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}