aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/lzss_read_stream.h
diff options
context:
space:
mode:
authorrichiesams2013-07-19 10:24:02 -0500
committerrichiesams2013-08-04 13:32:29 -0500
commit471364077953509ae7528d3097ca746fe5588f7c (patch)
treeaabd44d06b4fc3250eaf3bc560034339757d9015 /engines/zvision/lzss_read_stream.h
parentd546e11cf12d90eb246513ccc0be867172f0af96 (diff)
downloadscummvm-rg350-471364077953509ae7528d3097ca746fe5588f7c.tar.gz
scummvm-rg350-471364077953509ae7528d3097ca746fe5588f7c.tar.bz2
scummvm-rg350-471364077953509ae7528d3097ca746fe5588f7c.zip
ZVISION: Remove extraneous member variable
Diffstat (limited to 'engines/zvision/lzss_read_stream.h')
-rw-r--r--engines/zvision/lzss_read_stream.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/zvision/lzss_read_stream.h b/engines/zvision/lzss_read_stream.h
index 0dea25b325..b2d6085a29 100644
--- a/engines/zvision/lzss_read_stream.h
+++ b/engines/zvision/lzss_read_stream.h
@@ -48,7 +48,6 @@ private:
Common::SeekableReadStream *_source;
char _window[_blockSize];
uint16 _windowCursor;
- uint32 _readCursor;
bool _eosFlag;
public: