summaryrefslogtreecommitdiff
path: root/content/content_protected.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-04-16 20:44:44 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-04-16 20:44:44 +0000
commit34465a06ab052fe92a755b802b30848857d2e4c2 (patch)
treefa410f3bbae5e58234cc0b91cc47c4b14c4bad9f /content/content_protected.h
parente58a7d88f4bef5989847f26b3a0fd272acd806c5 (diff)
downloadnetsurf-34465a06ab052fe92a755b802b30848857d2e4c2.tar.gz
netsurf-34465a06ab052fe92a755b802b30848857d2e4c2.tar.bz2
Remove fresh field from struct content
svn path=/trunk/netsurf/; revision=10413
Diffstat (limited to 'content/content_protected.h')
-rw-r--r--content/content_protected.h4
1 files changed, 0 insertions, 4 deletions
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. */