From b66b960e7eba25796f9d53b4110a91fc1c08d422 Mon Sep 17 00:00:00 2001 From: Feoramund <161657516+Feoramund@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:46:19 -0400 Subject: [PATCH] Don't `build` HTML tables `build` only recalculates length and width information, and this is not needed for HTML tables. --- core/text/table/table.odin | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/text/table/table.odin b/core/text/table/table.odin index d6e392a78..91a0de35d 100644 --- a/core/text/table/table.odin +++ b/core/text/table/table.odin @@ -198,10 +198,6 @@ build :: proc(tbl: ^Table) { } write_html_table :: proc(w: io.Writer, tbl: ^Table) { - if tbl.dirty { - build(tbl) - } - io.write_string(w, "