diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-01-30 04:11:50 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-01-30 04:11:50 +0000 |
commit | 37b1fa2022515dadb78d40e740849dfc6bd68996 (patch) | |
tree | 12ce733b8e92a238d28dd6d17b90b0e65aae6690 /libroff.h | |
parent | bba48934f08def48237c6f8c8f3f11d6e6d61944 (diff) | |
download | mandoc-37b1fa2022515dadb78d40e740849dfc6bd68996.tar.gz |
Abolish struct tbl_head and replace it by an "int col" member in
struct tbl_cell. No functional change, minus 40 lines of code.
Diffstat (limited to 'libroff.h')
-rw-r--r-- | libroff.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -34,8 +34,6 @@ struct tbl_node { struct tbl_span *first_span; struct tbl_span *current_span; struct tbl_span *last_span; - struct tbl_head *first_head; - struct tbl_head *last_head; struct tbl_node *next; }; |