diff options
-rw-r--r-- | sway/commands/layout.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/commands/layout.c b/sway/commands/layout.c index 8fa1ce98..44ce2970 100644 --- a/sway/commands/layout.c +++ b/sway/commands/layout.c @@ -88,7 +88,6 @@ static enum sway_container_layout get_layout(int argc, char **argv, } if (strcasecmp(argv[0], "toggle") == 0) { - argc--; argv++; return get_layout_toggle(argc, argv, layout, prev_split_layout); } |