aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/container.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index 4170f6ba..2a22f196 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -250,12 +250,6 @@ void container_for_each_descendant(struct sway_container *container,
250bool container_has_ancestor(struct sway_container *container, 250bool container_has_ancestor(struct sway_container *container,
251 struct sway_container *ancestor); 251 struct sway_container *ancestor);
252 252
253/**
254 * Returns true if the given container is a child descendant of this container.
255 */
256bool container_has_child(struct sway_container *con,
257 struct sway_container *child);
258
259int container_count_descendants_of_type(struct sway_container *con, 253int container_count_descendants_of_type(struct sway_container *con,
260 enum sway_container_type type); 254 enum sway_container_type type);
261 255