SCUMM HE: Remove gScummVMVersionLite which is no longer needed

This commit is contained in:
shkupfer 2023-04-10 20:43:29 -04:00 committed by Little Cat
parent 4636a90a8d
commit 6c45026b53
2 changed files with 0 additions and 2 deletions

View File

@ -55,7 +55,6 @@
* to properly work in exports (i.e. release tar balls etc.).
*/
const char gScummVMVersion[] = SCUMMVM_VERSION SCUMMVM_REVISION;
const char gScummVMVersionLite[] = SCUMMVM_VERSION;
#if defined(__amigaos4__) || defined(__MORPHOS__)
static const char *version_cookie __attribute__((used)) = "$VER: ScummVM " SCUMMVM_VERSION SCUMMVM_REVISION " (" AMIGA_DATE ")";
#endif

View File

@ -23,7 +23,6 @@
#define BASE_VERSION_H
extern const char gScummVMVersion[]; // e.g. "0.4.1"
extern const char gScummVMVersionLite[]; // e.g. "0.4.1" (without version control revisions)
extern const char gScummVMBuildDate[]; // e.g. "2003-06-24"
extern const char gScummVMVersionDate[]; // e.g. "0.4.1 (2003-06-24)"
extern const char gScummVMCompiler[]; // e.g. "GCC 11.2.0"