From 8373123b719ac6b36d2f763d51f95b165d22c1be Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 28 Feb 2011 20:38:23 +0000 Subject: Purge CONTENT_STATUS_TYPE_UNKNOWN svn path=/trunk/netsurf/; revision=11861 --- content/content_protected.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/content_protected.h') diff --git a/content/content_protected.h b/content/content_protected.h index 9541eb428..6a78d8ad1 100644 --- a/content/content_protected.h +++ b/content/content_protected.h @@ -167,8 +167,8 @@ struct content { /** Bitmap, for various image contents. */ struct bitmap *bitmap; - unsigned int time; /**< Creation time, if TYPE_UNKNOWN, - LOADING or READY, + unsigned int time; /**< Creation time, + if LOADING or READY, otherwise total time. */ unsigned int reformat_time; /**< Earliest time to attempt a -- cgit v1.2.3