diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-08-27 16:01:55 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-08-27 16:02:50 +0200 |
commit | d3300205918f87054c9dd399ac53ad1e979dcdc7 (patch) | |
tree | 503097438aa17563a698b216254c2383fe52db4f /shell/inc | |
parent | 206c70eef30f7b6f538b88f7fb9505f397bef073 (diff) |
fdo#53533: don't seek to bogus offset
Change-Id: I27d056bdb8329dce302f2737bad5c5dc55791e74
Diffstat (limited to 'shell/inc')
-rw-r--r-- | shell/inc/internal/zipfile.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/inc/internal/zipfile.hxx b/shell/inc/internal/zipfile.hxx index aaf3c6c7073a..dd786ccf8230 100644 --- a/shell/inc/internal/zipfile.hxx +++ b/shell/inc/internal/zipfile.hxx @@ -162,7 +162,6 @@ private: private: StreamInterface *m_pStream; bool m_bShouldFree; - long m_iStartOffset; }; #endif |