From 6c9e4bea8eeb22665269226fb240f62fff850f81 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Thu, 8 Apr 2010 12:16:52 +0000 Subject: Purge FETCH_TYPE which is unused throughout NetSurf. Clearing a todo in llcachec. svn path=/trunk/netsurf/; revision=10300 --- riscos/plugin.c | 1 - 1 file changed, 1 deletion(-) (limited to 'riscos/plugin.c') diff --git a/riscos/plugin.c b/riscos/plugin.c index 5778e531b..eae6ad0ed 100644 --- a/riscos/plugin.c +++ b/riscos/plugin.c @@ -1766,7 +1766,6 @@ void plugin_fetch_callback(fetch_msg msg, void *p, const void *data, content_broadcast(s->c, CONTENT_MSG_ERROR, msg_data); break; - case FETCH_TYPE: case FETCH_NOTMODIFIED: case FETCH_AUTH: case FETCH_CERT_ERR: -- cgit v1.2.3