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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index 38c0f35d..7ed6aab1 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -246,10 +246,4 @@ void container_set_geometry_from_floating_view(struct sway_container *con);
246 */ 246 */
247bool container_is_floating(struct sway_container *container); 247bool container_is_floating(struct sway_container *container);
248 248
249/**
250 * Determine if the given container is itself floating or is a child of a
251 * floating container.
252 */
253bool container_self_or_parent_floating(struct sway_container *container);
254
255#endif 249#endif