aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-04-03 13:10:51 -0400
committerLibravatar Tony Crisci <tony@dubstepdish.com>2018-04-03 13:10:51 -0400
commitfcbcbf34adbcfbfc4107c5e0050639828265e122 (patch)
treeabf10e145c74576c180bcfc3a7922f773b2cf223 /include
parentunify workspace create functions (diff)
downloadsway-fcbcbf34adbcfbfc4107c5e0050639828265e122.tar.gz
sway-fcbcbf34adbcfbfc4107c5e0050639828265e122.tar.zst
sway-fcbcbf34adbcfbfc4107c5e0050639828265e122.zip
make container_finish private
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/container.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index c6393dc0..88ca67e9 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -130,9 +130,6 @@ struct sway_container *container_view_create(
130// TODO don't return the parent on destroy 130// TODO don't return the parent on destroy
131struct sway_container *container_destroy(struct sway_container *container); 131struct sway_container *container_destroy(struct sway_container *container);
132 132
133// TODO make me private
134struct sway_container *container_finish(struct sway_container *cont);
135
136struct sway_container *container_close(struct sway_container *container); 133struct sway_container *container_close(struct sway_container *container);
137 134
138// TODO move to layout.c 135// TODO move to layout.c