From d4a01d525af02dd514189b70634f69b458258513 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 10 Feb 2016 16:07:53 +0000 Subject: HTML: Remove some status bar updating code. --- render/html_internal.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'render/html_internal.h') diff --git a/render/html_internal.h b/render/html_internal.h index aaecb7823..419fe41b3 100644 --- a/render/html_internal.h +++ b/render/html_internal.h @@ -182,8 +182,6 @@ typedef struct html_content { /** Render padding and margin box outlines in html_redraw(). */ extern bool html_redraw_debug; -void html_set_status(html_content *c, const char *extra); - void html__redraw_a_box(html_content *html, struct box *box); /** -- cgit v1.2.3