This commit is contained in:
Igor Pavlov
2017-04-30 00:00:00 +00:00
committed by Kornel
parent 603abd5528
commit 2efa10565a
442 changed files with 15479 additions and 8525 deletions

View File

@@ -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;