From fa05ee570c3cb30565738850e74f50e8726317ba Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 25 Dec 2004 18:58:04 +0000 Subject: [project @ 2004-12-25 18:58:04 by jmb] Fix issue with streaming as file when handling unknown content length (plugin_convert may have been called prior to the streaming being set up, thus resulting in the file not being streamed) Lose spurious boolean in plugin_data struct. svn path=/import/netsurf/; revision=1411 --- riscos/plugin.h | 1 - 1 file changed, 1 deletion(-) (limited to 'riscos/plugin.h') diff --git a/riscos/plugin.h b/riscos/plugin.h index 2788d2d32..8b53f2eb1 100644 --- a/riscos/plugin.h +++ b/riscos/plugin.h @@ -34,7 +34,6 @@ struct content_plugin_data { unsigned int consumed; /* size of data consumed by plugin */ bool reformat_pending; /* is a reformat pending? */ int width, height; /* reformat width & height */ - bool stream_waiting; /* waiting to stream a datastream */ bool file_stream_waiting; /* waiting to stream as file */ }; -- cgit v1.2.3