aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2024-07-03 23:48:03 +0200
committerLibravatar Alexander Orzechowski <alex@ozal.ski>2024-07-03 17:50:32 -0400
commitd8c4a2d5fe5c2fb5f3941a5daf9edb679242bb11 (patch)
tree5a8eecedfa0960e207171eebdf6caf78e2e25a5f
parentxdg_shell: don't send configure events to uninitialized surfaces (diff)
downloadsway-d8c4a2d5fe5c2fb5f3941a5daf9edb679242bb11.tar.gz
sway-d8c4a2d5fe5c2fb5f3941a5daf9edb679242bb11.tar.zst
sway-d8c4a2d5fe5c2fb5f3941a5daf9edb679242bb11.zip
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
175bool container_has_ancestor(struct sway_container *container, 175bool container_has_ancestor(struct sway_container *container,
176 struct sway_container *ancestor); 176 struct sway_container *ancestor);
177 177
178void container_update_textures_recursive(struct sway_container *con);
179
180void container_reap_empty(struct sway_container *con); 178void container_reap_empty(struct sway_container *con);
181 179
182struct sway_container *container_flatten(struct sway_container *container); 180struct sway_container *container_flatten(struct sway_container *container);