From 816b74acd5396ef095e57909305881c6094e1dce Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Sat, 3 Jan 2009 22:51:31 +0100 Subject: remove a_Html_set_top_font() which is no longer used --- src/table.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/table.cc') diff --git a/src/table.cc b/src/table.cc index e06849a5..1bae2a4b 100644 --- a/src/table.cc +++ b/src/table.cc @@ -209,7 +209,6 @@ void Html_tag_open_td(DilloHtml *html, const char *tag, int tagsize) */ void Html_tag_open_th(DilloHtml *html, const char *tag, int tagsize) { - a_Html_set_top_font(html, NULL, 0, 1, 1); Html_tag_open_table_cell (html, tag, tagsize, dw::core::style::TEXT_ALIGN_CENTER); } -- cgit v1.2.3