From 34465a06ab052fe92a755b802b30848857d2e4c2 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 16 Apr 2010 20:44:44 +0000 Subject: Remove fresh field from struct content svn path=/trunk/netsurf/; revision=10413 --- content/content_protected.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'content/content_protected.h') diff --git a/content/content_protected.h b/content/content_protected.h index 6337e3eb2..c46fa6c6c 100644 --- a/content/content_protected.h +++ b/content/content_protected.h @@ -155,10 +155,6 @@ struct content { /** Bitmap, for various image contents. */ struct bitmap *bitmap; - /** This content may be given to new users. Indicates that the content - * was fetched using a simple GET, has not expired, and may be - * shared between users. */ - bool fresh; unsigned int time; /**< Creation time, if TYPE_UNKNOWN, LOADING or READY, otherwise total time. */ -- cgit v1.2.3