From 5ebbd9993eadbd888eabc3839eb6d050614bf83d Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 25 Jun 2018 16:54:59 +0000 Subject: Delete substantial amounts of code now that we no longer use variable style= attributes. --- html.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'html.h') 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 * Copyright (c) 2017, 2018 Ingo Schwarze @@ -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 *); -- cgit v1.2.3