summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-04-24 22:04:26 +0200
committerLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-04-25 00:00:49 +0200
commit856ac7d5cca35dcff2f484003fceba1217b1e491 (patch)
treee21a0e32b539d4e56966bd5e1e1f375b4c901c5c /include
parentDon't send invisble view to back (diff)
downloadsway-856ac7d5cca35dcff2f484003fceba1217b1e491.tar.gz
sway-856ac7d5cca35dcff2f484003fceba1217b1e491.tar.zst
sway-856ac7d5cca35dcff2f484003fceba1217b1e491.zip
Remove unused function
Diffstat (limited to 'include')
-rw-r--r--include/container.h5
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);
252bool swayc_is_child_of(swayc_t *child, swayc_t *parent); 252bool swayc_is_child_of(swayc_t *child, swayc_t *parent);
253 253
254/** 254/**
255 * Returns true if view is stacked or tabbed.
256 */
257bool swayc_is_tabbed_stacked(swayc_t *view);
258
259/**
260 * Returns the top most tabbed or stacked parent container. Returns NULL if 255 * Returns the top most tabbed or stacked parent container. Returns NULL if
261 * view is not in a tabbed/stacked layout. 256 * view is not in a tabbed/stacked layout.
262 */ 257 */