diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-12-14 21:58:05 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-12-14 21:58:05 +0100 |
commit | bdd5c393602dd2f49fb71e33f5e643175a000727 (patch) | |
tree | 3aba48c63c685b969e454cbe947f82bbc5adef6e /src/html_common.hh | |
parent | c320585dddc168f79fe502dfa504fcec188b2329 (diff) |
convert Html_tag_open_img()
Diffstat (limited to 'src/html_common.hh')
-rw-r--r-- | src/html_common.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/html_common.hh b/src/html_common.hh index 3468ba89..7f6bddb4 100644 --- a/src/html_common.hh +++ b/src/html_common.hh @@ -258,7 +258,6 @@ DilloUrl *a_Html_url_new(DilloHtml *html, DilloImage *a_Html_add_new_image(DilloHtml *html, const char *tag, int tagsize, DilloUrl *url, - dw::core::style::StyleAttrs *style_attrs, bool add); char *a_Html_parse_entities(DilloHtml *html, const char *token, int toksize); |