diff options
author | 2018-06-25 16:54:55 +0000 | |
---|---|---|
committer | 2018-06-25 16:54:55 +0000 | |
commit | 5c9781a4157b272c36e22e641cb18100f7dcb2c0 (patch) | |
tree | 3e29ba442ea77bd95713563d3035e60f7fe0fffb /usr.bin/mandoc/html.h | |
parent | white spaces (diff) | |
download | wireguard-openbsd-5c9781a4157b272c36e22e641cb18100f7dcb2c0.tar.xz wireguard-openbsd-5c9781a4157b272c36e22e641cb18100f7dcb2c0.zip |
Delete substantial amounts of code
now that we no longer use variable style= attributes.
Diffstat (limited to 'usr.bin/mandoc/html.h')
-rw-r--r-- | usr.bin/mandoc/html.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/mandoc/html.h b/usr.bin/mandoc/html.h index e544d18c416..750c4b7e095 100644 --- a/usr.bin/mandoc/html.h +++ b/usr.bin/mandoc/html.h @@ -1,4 +1,4 @@ -/* $OpenBSD: html.h,v 1.53 2018/06/25 13:46:01 schwarze Exp $ */ +/* $OpenBSD: html.h,v 1.54 2018/06/25 16:54:55 schwarze Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv> * Copyright (c) 2017, 2018 Ingo Schwarze <schwarze@openbsd.org> @@ -132,4 +132,3 @@ void print_paragraph(struct html *); void print_endline(struct html *); char *html_make_id(const struct roff_node *, int); -int html_strlen(const char *); |