summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-02-28 20:38:23 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-02-28 20:38:23 +0000
commit8373123b719ac6b36d2f763d51f95b165d22c1be (patch)
treea2e86b2f4a9fb43c755f5f576661f8cdc21af95c /content/content.h
parent8d13c93c894d536f4061e981a3d470d272516654 (diff)
downloadnetsurf-8373123b719ac6b36d2f763d51f95b165d22c1be.tar.gz
netsurf-8373123b719ac6b36d2f763d51f95b165d22c1be.tar.bz2
Purge CONTENT_STATUS_TYPE_UNKNOWN
svn path=/trunk/netsurf/; revision=11861
Diffstat (limited to 'content/content.h')
-rw-r--r--content/content.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/content.h b/content/content.h
index c92fdd4a2..6b3d83013 100644
--- a/content/content.h
+++ b/content/content.h
@@ -44,7 +44,6 @@ struct rect;
/** Status of a content */
typedef enum {
- CONTENT_STATUS_TYPE_UNKNOWN, /**< Type not yet known. */
CONTENT_STATUS_LOADING, /**< Content is being fetched or
converted and is not safe to display. */
CONTENT_STATUS_READY, /**< Some parts of content still being