summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2024-07-03 23:48:03 +0200
committerFurkan Sahin <furkan-dev@proton.me>2024-07-03 23:48:03 +0200
commita8cdb6741b50eaccf0a52cba0a7af0c7685bf86d (patch)
tree5a8eecedfa0960e207171eebdf6caf78e2e25a5f
parenta0922d48c5ffc8293ba4ed89b89ce31616c4967b (diff)
tree/container: drop decl for container_update_textures_recursive()
This function doesn't exist anymore.
-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 93f6bfbb..8bf1955d 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -175,8 +175,6 @@ struct sway_container *container_obstructing_fullscreen_container(struct sway_co
bool container_has_ancestor(struct sway_container *container,
struct sway_container *ancestor);
-void container_update_textures_recursive(struct sway_container *con);
-
void container_reap_empty(struct sway_container *con);
struct sway_container *container_flatten(struct sway_container *container);