aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree/layout.h')
-rw-r--r--include/sway/tree/layout.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sway/tree/layout.h b/include/sway/tree/layout.h
index 49ae00e4..327134a5 100644
--- a/include/sway/tree/layout.h
+++ b/include/sway/tree/layout.h
@@ -49,9 +49,6 @@ struct sway_container *container_remove_child(struct sway_container *child);
49struct sway_container *container_replace_child(struct sway_container *child, 49struct sway_container *container_replace_child(struct sway_container *child,
50 struct sway_container *new_child); 50 struct sway_container *new_child);
51 51
52struct sway_container *container_set_layout(struct sway_container *container,
53 enum sway_container_layout layout);
54
55void container_move_to(struct sway_container* container, 52void container_move_to(struct sway_container* container,
56 struct sway_container* destination); 53 struct sway_container* destination);
57 54