mirror of
https://github.com/swaywm/sway.git
synced 2024-11-09 18:03:14 +00:00
tree/container: drop decl for container_update_textures_recursive()
This function doesn't exist anymore.
This commit is contained in:
parent
fdcfe00781
commit
d8c4a2d5fe
|
@ -175,8 +175,6 @@ struct sway_container *container_obstructing_fullscreen_container(struct sway_co
|
||||||
bool container_has_ancestor(struct sway_container *container,
|
bool container_has_ancestor(struct sway_container *container,
|
||||||
struct sway_container *ancestor);
|
struct sway_container *ancestor);
|
||||||
|
|
||||||
void container_update_textures_recursive(struct sway_container *con);
|
|
||||||
|
|
||||||
void container_reap_empty(struct sway_container *con);
|
void container_reap_empty(struct sway_container *con);
|
||||||
|
|
||||||
struct sway_container *container_flatten(struct sway_container *container);
|
struct sway_container *container_flatten(struct sway_container *container);
|
||||||
|
|
Loading…
Reference in a new issue