diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-04-03 13:10:51 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2018-04-03 13:10:51 -0400 |
commit | fcbcbf34adbcfbfc4107c5e0050639828265e122 (patch) | |
tree | abf10e145c74576c180bcfc3a7922f773b2cf223 /include/sway | |
parent | 5f4761c4f40f5d6ec550ccabaebe0f990b6e8bbc (diff) |
make container_finish private
Diffstat (limited to 'include/sway')
-rw-r--r-- | include/sway/tree/container.h | 3 |
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( // TODO don't return the parent on destroy struct sway_container *container_destroy(struct sway_container *container); -// TODO make me private -struct sway_container *container_finish(struct sway_container *cont); - struct sway_container *container_close(struct sway_container *container); // TODO move to layout.c |