mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-19 02:38:32 +00:00
ICB: Remove not used globals
This commit is contained in:
parent
9026597a7f
commit
77d616d68d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user