summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-05-21 14:30:59 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-05-21 15:30:18 +0200
commitb928cfb512800e6bf947490a42af2e4ce6d6d6f2 (patch)
treedd5fddb2ce965644b9684924dee3628e48bfd5f3 /include
parent46d442860a1252f7260c97b1f629ce8e77f72a3a (diff)
Remove unused ZCodec::IsFinished
Change-Id: I9741daf288c11dc8e0f0ad2f64e934e814c3ef8a
Diffstat (limited to 'include')
-rw-r--r--include/tools/zcodec.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tools/zcodec.hxx b/include/tools/zcodec.hxx
index 464443318637..97f3ad09cbe6 100644
--- a/include/tools/zcodec.hxx
+++ b/include/tools/zcodec.hxx
@@ -56,7 +56,6 @@ public:
void BeginCompression( int nCompressLevel = ZCODEC_DEFAULT_COMPRESSION, bool updateCrc = false, bool gzLib = false );
long EndCompression();
- bool IsFinished () const { return mbFinish; }
long Compress( SvStream& rIStm, SvStream& rOStm );
long Decompress( SvStream& rIStm, SvStream& rOStm );