aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/layout.c')
-rw-r--r--sway/tree/layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/tree/layout.c b/sway/tree/layout.c
index 20815654..bdcd1a9b 100644
--- a/sway/tree/layout.c
+++ b/sway/tree/layout.c
@@ -151,7 +151,7 @@ void container_move_to(struct sway_container *container,
151 return; 151 return;
152 } 152 }
153 if (container_is_floating(container)) { 153 if (container_is_floating(container)) {
154 // TODO 154 container_floating_move_to_container(container, destination);
155 return; 155 return;
156 } 156 }
157 struct sway_container *old_parent = container_remove_child(container); 157 struct sway_container *old_parent = container_remove_child(container);