diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-03 22:51:31 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-03 22:51:31 +0100 |
commit | 816b74acd5396ef095e57909305881c6094e1dce (patch) | |
tree | 5fde9d30bb55c08c5dfb57b65506eb48a30ff9f4 /src/table.cc | |
parent | e69f62f1c5d75ad4b101dc2d74323ae62556ba33 (diff) |
remove a_Html_set_top_font() which is no longer used
Diffstat (limited to 'src/table.cc')
-rw-r--r-- | src/table.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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); } |