aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-04-03 12:34:01 -0400
committerLibravatar Tony Crisci <tony@dubstepdish.com>2018-04-03 12:34:01 -0400
commit09d448ea2df60b7e4504b1ec4728e7f1df0244b7 (patch)
tree7555d93cbc9f701a173044dc3d4e437d1db95f67 /include
parentmove view and workspace destructors to container.c (diff)
downloadsway-09d448ea2df60b7e4504b1ec4728e7f1df0244b7.tar.gz
sway-09d448ea2df60b7e4504b1ec4728e7f1df0244b7.tar.zst
sway-09d448ea2df60b7e4504b1ec4728e7f1df0244b7.zip
unify container destroy functions
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/container.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index 278505ce..c6393dc0 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -133,8 +133,6 @@ struct sway_container *container_destroy(struct sway_container *container);
133// TODO make me private 133// TODO make me private
134struct sway_container *container_finish(struct sway_container *cont); 134struct sway_container *container_finish(struct sway_container *cont);
135 135
136struct sway_container *container_output_destroy(struct sway_container *container);
137
138struct sway_container *container_close(struct sway_container *container); 136struct sway_container *container_close(struct sway_container *container);
139 137
140// TODO move to layout.c 138// TODO move to layout.c