ICB: Remove not used globals

This commit is contained in:
Paweł Kołodziejski 2021-02-28 09:36:58 +01:00
parent 9026597a7f
commit 77d616d68d

View File

@ -38,12 +38,6 @@ static uint32 _bit_count;
static uint32 *_buf_pointer;
static uint32 *_end_buf;
#ifdef _WIN32
static __int64 safeMM0 = 0;
#else
static int64 safeMM0 = 0;
#endif
const int JpegMaxHuffmanTables = 4;
const int MaxQuantizationTables = 4;
const int JpegMaxComponentsPerFrame = 255;