aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/html.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-06-25 16:54:59 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-06-25 16:54:59 +0000
commit5ebbd9993eadbd888eabc3839eb6d050614bf83d (patch)
treebb434e0c250f685f5e7c8b97d078baa5549be999 /html.h
parentad1184bd182b6e22f60994fe3cb07fe6715559ed (diff)
downloadmandoc-5ebbd9993eadbd888eabc3839eb6d050614bf83d.tar.gz
mandoc-5ebbd9993eadbd888eabc3839eb6d050614bf83d.tar.zst
mandoc-5ebbd9993eadbd888eabc3839eb6d050614bf83d.zip
Delete substantial amounts of code
now that we no longer use variable style= attributes.
Diffstat (limited to 'html.h')
-rw-r--r--html.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/html.h b/html.h
index 448423a5..6d44a473 100644
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/* $Id: html.h,v 1.91 2018/06/25 13:45:57 schwarze Exp $ */
+/* $Id: html.h,v 1.92 2018/06/25 16:54:59 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 *);