From ae39d7b28caa30652c0e48fda453f509e8e8d784 Mon Sep 17 00:00:00 2001 From: Ryan Dwyer Date: Thu, 26 Apr 2018 10:14:18 +1000 Subject: Remove sway_container.workspace_layout Fixes #1716. --- include/sway/tree/layout.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/sway/tree/layout.h') diff --git a/include/sway/tree/layout.h b/include/sway/tree/layout.h index 49ae00e4..327134a5 100644 --- a/include/sway/tree/layout.h +++ b/include/sway/tree/layout.h @@ -49,9 +49,6 @@ struct sway_container *container_remove_child(struct sway_container *child); struct sway_container *container_replace_child(struct sway_container *child, struct sway_container *new_child); -struct sway_container *container_set_layout(struct sway_container *container, - enum sway_container_layout layout); - void container_move_to(struct sway_container* container, struct sway_container* destination); -- cgit v1.2.3