summaryrefslogtreecommitdiff
path: root/content/fetch.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2010-04-08 12:16:52 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2010-04-08 12:16:52 +0000
commit6c9e4bea8eeb22665269226fb240f62fff850f81 (patch)
tree3094230f2e7163d3a7ad5bb9a069ccfb36f444a3 /content/fetch.h
parent2b1146bcb3c9febc89d53c49d88559f70b56043e (diff)
downloadnetsurf-6c9e4bea8eeb22665269226fb240f62fff850f81.tar.gz
netsurf-6c9e4bea8eeb22665269226fb240f62fff850f81.tar.bz2
Purge FETCH_TYPE which is unused throughout NetSurf. Clearing a todo in llcachec.
svn path=/trunk/netsurf/; revision=10300
Diffstat (limited to 'content/fetch.h')
-rw-r--r--content/fetch.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/fetch.h b/content/fetch.h
index 24d8816b8..c872518c0 100644
--- a/content/fetch.h
+++ b/content/fetch.h
@@ -27,7 +27,6 @@
#include "utils/config.h"
typedef enum {
- FETCH_TYPE,
FETCH_PROGRESS,
FETCH_HEADER,
FETCH_DATA,