table: Drop support for -1 as style to table_hline(), table_vline().
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 23 Dec 2022 20:49:45 +0000 (12:49 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 5 Jan 2023 01:48:22 +0000 (17:48 -0800)
commit23265697ad1bf77242d28c2ab7a5983a264f6aa4
tree7c954db31eba8b95897b5095d1c8da63c0244da2
parent033c8787a641e1263906b93c5fc30f4789fb136f
table: Drop support for -1 as style to table_hline(), table_vline().

The callers didn't ever pass a style of -1.
src/output/table.c