summaryrefslogtreecommitdiff
path: root/riscos/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/plugin.c')
-rw-r--r--riscos/plugin.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/riscos/plugin.c b/riscos/plugin.c
index aea4ad93d..19f0f106f 100644
--- a/riscos/plugin.c
+++ b/riscos/plugin.c
@@ -1704,14 +1704,6 @@ void plugin_stream_callback(content_msg msg, struct content *c,
plugin_STREAM_DESTROY_ERROR);
break;
- case CONTENT_MSG_REDIRECT:
- /* and re-start fetch with new URL */
- p->c = 0;
- if (!plugin_start_fetch(p, data.redirect))
- plugin_destroy_stream(p,
- plugin_STREAM_DESTROY_ERROR);
- break;
-
case CONTENT_MSG_NEWPTR:
p->c = c;
break;
@@ -1775,7 +1767,6 @@ void plugin_fetch_callback(fetch_msg msg, void *p, const void *data,
break;
case FETCH_TYPE:
- case FETCH_REDIRECT:
case FETCH_NOTMODIFIED:
case FETCH_AUTH:
#ifdef WITH_SSL