summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/commands/move.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/commands/move.c b/sway/commands/move.c
index 8c3afae9..16f8cdb6 100644
--- a/sway/commands/move.c
+++ b/sway/commands/move.c
@@ -516,7 +516,6 @@ static struct cmd_results *cmd_move_container(int argc, char **argv) {
516 516
517 // move container 517 // move container
518 if (container->scratchpad) { 518 if (container->scratchpad) {
519 root_scratchpad_remove_container(container);
520 root_scratchpad_show(container); 519 root_scratchpad_show(container);
521 } 520 }
522 switch (destination->type) { 521 switch (destination->type) {