From d4ed204d4da742ccabae29db2c90a62d90244a90 Mon Sep 17 00:00:00 2001 From: Ryan Dwyer Date: Sat, 26 May 2018 16:34:15 +1000 Subject: Remove container_self_or_parent_floating --- include/sway/tree/container.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/sway/tree') 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); */ bool container_is_floating(struct sway_container *container); -/** - * Determine if the given container is itself floating or is a child of a - * floating container. - */ -bool container_self_or_parent_floating(struct sway_container *container); - #endif -- cgit v1.2.3