[Scummvm-git-logs] scummvm master -> 77d616d68d12c68dad1d76c40b8e69dd3dafccfb
aquadran
aquadran at gmail.com
Sun Feb 28 08:37:04 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
77d616d68d ICB: Remove not used globals
Commit: 77d616d68d12c68dad1d76c40b8e69dd3dafccfb
https://github.com/scummvm/scummvm/commit/77d616d68d12c68dad1d76c40b8e69dd3dafccfb
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2021-02-28T09:36:58+01:00
Commit Message:
ICB: Remove not used globals
Changed paths:
engines/icb/jpeg.h
diff --git a/engines/icb/jpeg.h b/engines/icb/jpeg.h
index 8b8a22abbf..fabc8977b3 100644
--- a/engines/icb/jpeg.h
+++ b/engines/icb/jpeg.h
@@ -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;
More information about the Scummvm-git-logs
mailing list