summaryrefslogtreecommitdiff
path: root/content/content_protected.h
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/content_protected.h
parentb832bfaea8099217ee58cae21ee0807cd9a475db (diff)
downloadnetsurf-c2f9bcac19d53eff2e01152c190d3727b224660c.tar.gz
netsurf-c2f9bcac19d53eff2e01152c190d3727b224660c.tar.bz2
remove junk content_add_error api
Diffstat (limited to 'content/content_protected.h')
-rw-r--r--content/content_protected.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/content/content_protected.h b/content/content_protected.h
index 343a3f572..a8793528e 100644
--- a/content/content_protected.h
+++ b/content/content_protected.h
@@ -176,9 +176,6 @@ void content_broadcast(struct content *c, content_msg msg,
*/
void content_broadcast_error(struct content *c, nserror errorcode, const char *msg);
-void content_add_error(struct content *c, const char *token,
- unsigned int line);
-
bool content__add_rfc5988_link(struct content *c,
const struct content_rfc5988_link *link);
struct content_rfc5988_link *content__free_rfc5988_link(