summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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