diff options
Diffstat (limited to 'include/package')
-rw-r--r-- | include/package/Deflater.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/package/Deflater.hxx b/include/package/Deflater.hxx index 00e3ee81246e..640c6d4828a5 100644 --- a/include/package/Deflater.hxx +++ b/include/package/Deflater.hxx @@ -35,7 +35,6 @@ protected: css::uno::Sequence< sal_Int8 > sInBuffer; bool bFinish; bool bFinished; - sal_Int32 nStrategy; sal_Int64 nOffset, nLength; z_stream* pStream; |