mirror of
https://github.com/mamedev/mame.git
synced 2024-11-18 10:06:19 +01:00
removed unused m_props from chd_lzma_decompressor (nw)
This commit is contained in:
parent
85568b3f92
commit
c751b475fa
1 changed files with 0 additions and 1 deletions
|
@ -181,7 +181,6 @@ public:
|
|||
|
||||
private:
|
||||
// internal state
|
||||
CLzmaProps m_props;
|
||||
CLzmaDec m_decoder;
|
||||
chd_lzma_allocator m_allocator;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue