diff options
author | corvid <devnull@localhost> | 2015-06-01 16:40:10 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2015-06-01 16:40:10 +0000 |
commit | 40989a38306d1dd5d356a6b049574e6434e1abb7 (patch) | |
tree | fe349d9c7c757e62b15a3758d6d4e6d3b18a044f /src/html.cc | |
parent | b4b85a7947a05841aa728a98d42c1e3ab66489d6 (diff) |
rm the old-style url alt stuff
Diffstat (limited to 'src/html.cc')
-rw-r--r-- | src/html.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/html.cc b/src/html.cc index d6b64a19..fccf6bfb 100644 --- a/src/html.cc +++ b/src/html.cc @@ -2514,8 +2514,6 @@ static void if ((attrbuf = a_Html_get_attr(html, tag, tagsize, "href"))) { url = a_Html_url_new(html, attrbuf, NULL, 0); dReturn_if_fail ( url != NULL ); - if ((attrbuf = a_Html_get_attr(html, tag, tagsize, "alt"))) - a_Url_set_alt(url, attrbuf); link = Html_set_new_link(html, &url); } |