From c2f9bcac19d53eff2e01152c190d3727b224660c Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 6 May 2020 22:54:52 +0100 Subject: remove junk content_add_error api --- content/content_protected.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'content/content_protected.h') 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( -- cgit v1.2.3