table: Simplify interface for number of rows and columns.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 25 Dec 2019 21:38:49 +0000 (21:38 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 29 Dec 2019 05:28:10 +0000 (05:28 +0000)
commitb4953e577f4b83b16f3329e7ff22d60950f3b0d5
treeff412ff333d37866c628cfd33bc9e7b90b374f5a
parent85c9e34d6b8ddfa74e1c0cb44b542ff1d06fef41
table: Simplify interface for number of rows and columns.

Nothing ever changes the number of rows or columns in a table after
initializing it anymore, so the more complicated interface is not needed.
src/output/tab.c
src/output/tab.h
src/output/table-provider.h
src/output/table.c