aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-05-26 16:34:15 +1000
committerFurkan Sahin <furkan-dev@proton.me>2018-05-26 16:34:15 +1000
commitbf159da22a2f8ba8064bb46c157ba4ab910f9100 (patch)
treeb9ccd61efb91202810ca671aa0baa4f1931a6849 /include
parentf1c37602d56406f07d9de8e5bdc8f2d01ca943bb (diff)
Remove container_self_or_parent_floating
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 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