From b7893f85cd564edca5f41ec0d139ffcc3aedf6f2 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 3 Mar 2011 21:13:58 +0000 Subject: Do not attempt to destroy contents that are still loading svn path=/trunk/netsurf/; revision=11898 --- content/content_protected.h | 1 - 1 file changed, 1 deletion(-) (limited to 'content/content_protected.h') diff --git a/content/content_protected.h b/content/content_protected.h index 6a78d8ad1..38f381583 100644 --- a/content/content_protected.h +++ b/content/content_protected.h @@ -219,7 +219,6 @@ content_type content__get_type(struct content *c); const char *content__get_mime_type(struct content *c); const char *content__get_url(struct content *c); const char *content__get_title(struct content *c); -content_status content__get_status(struct content *c); const char *content__get_status_message(struct content *c); int content__get_width(struct content *c); int content__get_height(struct content *c); -- cgit v1.2.3