summaryrefslogtreecommitdiffstats
path: root/include/sway/tree/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree/container.h')
-rw-r--r--include/sway/tree/container.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index 88ca67e9..23014dbe 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -132,10 +132,6 @@ struct sway_container *container_destroy(struct sway_container *container);
132 132
133struct sway_container *container_close(struct sway_container *container); 133struct sway_container *container_close(struct sway_container *container);
134 134
135// TODO move to layout.c
136struct sway_container *container_set_layout(struct sway_container *container,
137 enum sway_container_layout layout);
138
139// TODO rename to container_descendants_for_each() 135// TODO rename to container_descendants_for_each()
140void container_descendants(struct sway_container *root, 136void container_descendants(struct sway_container *root,
141 enum sway_container_type type, 137 enum sway_container_type type,