aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/move.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/move.c')
-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) {
// move container
if (container->scratchpad) {
- root_scratchpad_remove_container(container);
root_scratchpad_show(container);
}
switch (destination->type) {