diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/container.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/container.h b/include/container.h index ae57d1e3..d1905720 100644 --- a/include/container.h +++ b/include/container.h @@ -252,11 +252,6 @@ bool swayc_is_parent_of(swayc_t *parent, swayc_t *child); bool swayc_is_child_of(swayc_t *child, swayc_t *parent); /** - * Returns true if view is stacked or tabbed. - */ -bool swayc_is_tabbed_stacked(swayc_t *view); - -/** * Returns the top most tabbed or stacked parent container. Returns NULL if * view is not in a tabbed/stacked layout. */ |