summaryrefslogtreecommitdiffstats
path: root/sway/tree/container.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/container.c')
-rw-r--r--sway/tree/container.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sway/tree/container.c b/sway/tree/container.c
index f8620b72..b071f394 100644
--- a/sway/tree/container.c
+++ b/sway/tree/container.c
@@ -766,9 +766,6 @@ static void update_title_texture(struct sway_container *con,
766 "Unexpected type %s", container_type_to_str(con->type))) { 766 "Unexpected type %s", container_type_to_str(con->type))) {
767 return; 767 return;
768 } 768 }
769 if (!con->width) {
770 return;
771 }
772 struct sway_container *output = container_parent(con, C_OUTPUT); 769 struct sway_container *output = container_parent(con, C_OUTPUT);
773 if (!output) { 770 if (!output) {
774 return; 771 return;