[Scummvm-git-logs] scummvm master -> 27496eeea54d3ad5ad9d7275992f6b7b928e1002
dreammaster
paulfgilbert at gmail.com
Wed Jun 3 22:26:01 UTC 2020
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:
27496eeea5 GLK: COMPREHEND: Remove unused _filename field from GlkDetectionEntry
Commit: 27496eeea54d3ad5ad9d7275992f6b7b928e1002
https://github.com/scummvm/scummvm/commit/27496eeea54d3ad5ad9d7275992f6b7b928e1002
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2020-06-03T15:23:45-07:00
Commit Message:
GLK: COMPREHEND: Remove unused _filename field from GlkDetectionEntry
Changed paths:
engines/glk/detection.h
diff --git a/engines/glk/detection.h b/engines/glk/detection.h
index b3328ff264..4575b27595 100644
--- a/engines/glk/detection.h
+++ b/engines/glk/detection.h
@@ -129,7 +129,6 @@ struct GlkDetectionEntry {
const char *const _md5;
size_t _filesize;
Common::Language _language;
- const char *const _filename;
};
#define DT_ENTRY0(ID, MD5, FILESIZE) { ID, "", MD5, FILESIZE, Common::EN_ANY }
More information about the Scummvm-git-logs
mailing list