removed unused m_props from chd_lzma_decompressor (nw)

This commit is contained in:
Oliver Stöneberg 2013-01-05 13:41:17 +00:00
parent 85568b3f92
commit c751b475fa

View file

@ -181,7 +181,6 @@ public:
private:
// internal state
CLzmaProps m_props;
CLzmaDec m_decoder;
chd_lzma_allocator m_allocator;
};