mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Remove unused function
This commit is contained in:
parent
5a22c0f1c0
commit
856ac7d5cc
2 changed files with 2 additions and 11 deletions
|
|
@ -251,11 +251,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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue