summaryrefslogtreecommitdiff
path: root/riscos/plugin.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-12-25 18:58:04 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-12-25 18:58:04 +0000
commitfa05ee570c3cb30565738850e74f50e8726317ba (patch)
tree012c0aead6f0c6ad16d1c218ab92c9e15390cb67 /riscos/plugin.h
parenta36f92554aa995478b2efae87fd4407a26e30675 (diff)
downloadnetsurf-fa05ee570c3cb30565738850e74f50e8726317ba.tar.gz
netsurf-fa05ee570c3cb30565738850e74f50e8726317ba.tar.bz2
[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
Diffstat (limited to 'riscos/plugin.h')
-rw-r--r--riscos/plugin.h1
1 files changed, 0 insertions, 1 deletions
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 */
};