table: Remove table_box().
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 23 Dec 2022 20:48:50 +0000 (12:48 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 5 Jan 2023 01:48:22 +0000 (17:48 -0800)
commit033c8787a641e1263906b93c5fc30f4789fb136f
tree675331ffbdc82a001c4061eb324f23e08e9a602a
parentee221bda653d5f3f1379b39f9e4ef4ceb3f3f4b7
table: Remove table_box().

It was only used from table_put() to erase any rules within a joined cell,
but the client code didn't ever put rules in a joined cell, so it was only
used as a no-op.
src/output/table.c
src/output/table.h