mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 20:06:58 -06:00
Update to 7-Zip 17.00 Beta
This commit is contained in:
@@ -46,11 +46,6 @@ struct CTables: public CLevels
|
||||
void InitStructures();
|
||||
};
|
||||
|
||||
typedef struct _CSeqInStream
|
||||
{
|
||||
ISeqInStream SeqInStream;
|
||||
ISequentialInStream *RealStream;
|
||||
} CSeqInStream;
|
||||
|
||||
struct CEncProps
|
||||
{
|
||||
@@ -76,8 +71,6 @@ class CCoder
|
||||
CMatchFinder _lzInWindow;
|
||||
CBitlEncoder m_OutStream;
|
||||
|
||||
CSeqInStream _seqInStream;
|
||||
|
||||
public:
|
||||
CCodeValue *m_Values;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user