diff options
Diffstat (limited to 'sway/ipc-json.c')
-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 03582950..da4bef60 100644 --- a/sway/ipc-json.c +++ b/sway/ipc-json.c @@ -21,8 +21,6 @@ static const char *ipc_json_layout_description(enum sway_container_layout l) { return "tabbed"; case L_STACKED: return "stacked"; - case L_FLOATING: - return "floating"; case L_NONE: break; } |