diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-04-03 12:34:01 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2018-04-03 12:34:01 -0400 |
commit | 09d448ea2df60b7e4504b1ec4728e7f1df0244b7 (patch) | |
tree | 7555d93cbc9f701a173044dc3d4e437d1db95f67 /include/sway/tree | |
parent | b4c5f79725142c78a398a22981392d645bc9d2e9 (diff) |
unify container destroy functions
Diffstat (limited to 'include/sway/tree')
-rw-r--r-- | include/sway/tree/container.h | 2 |
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); // TODO make me private struct sway_container *container_finish(struct sway_container *cont); -struct sway_container *container_output_destroy(struct sway_container *container); - struct sway_container *container_close(struct sway_container *container); // TODO move to layout.c |