summaryrefslogtreecommitdiff
path: root/content/handlers/html/object.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-05-06 22:54:52 +0100
committerVincent Sanders <vince@kyllikki.org>2020-05-06 22:54:52 +0100
commitc2f9bcac19d53eff2e01152c190d3727b224660c (patch)
tree771815e7cbe579d86a7a41d85fa6e1c0c46df906 /content/handlers/html/object.c
parentb832bfaea8099217ee58cae21ee0807cd9a475db (diff)
downloadnetsurf-c2f9bcac19d53eff2e01152c190d3727b224660c.tar.gz
netsurf-c2f9bcac19d53eff2e01152c190d3727b224660c.tar.bz2
remove junk content_add_error api
Diffstat (limited to 'content/handlers/html/object.c')
-rw-r--r--content/handlers/html/object.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/handlers/html/object.c b/content/handlers/html/object.c
index 36726f1c5..e6edf840d 100644
--- a/content/handlers/html/object.c
+++ b/content/handlers/html/object.c
@@ -229,7 +229,6 @@ html_object_callback(hlcache_handle *object,
c->base.active--;
NSLOG(netsurf, INFO, "%d fetches active", c->base.active);
- content_add_error(&c->base, "?", 0);
html_object_failed(box, c, o->background);
break;