[Scummvm-git-logs] scummvm master -> 1677556c38850b39ec0796fbe6854548ec859110
grisenti
noreply at scummvm.org
Thu Sep 7 08:04:48 UTC 2023
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:
1677556c38 HPL1: Remove unused _ASSERTE macro
Commit: 1677556c38850b39ec0796fbe6854548ec859110
https://github.com/scummvm/scummvm/commit/1677556c38850b39ec0796fbe6854548ec859110
Author: grisenti (emanuele at grisenti.net)
Date: 2023-09-07T10:04:36+02:00
Commit Message:
HPL1: Remove unused _ASSERTE macro
Changed paths:
engines/hpl1/engine/libraries/newton/core/dgTypes.h
diff --git a/engines/hpl1/engine/libraries/newton/core/dgTypes.h b/engines/hpl1/engine/libraries/newton/core/dgTypes.h
index 903fa133be7..7be14bff20e 100644
--- a/engines/hpl1/engine/libraries/newton/core/dgTypes.h
+++ b/engines/hpl1/engine/libraries/newton/core/dgTypes.h
@@ -115,8 +115,6 @@
// NB: End of disabled header section
//************************************************************
-#define _ASSERTE(x) assert(x)
-
#define __USE_CPU_FOUND__
#define DG_MAXIMUN_THREADS 8
More information about the Scummvm-git-logs
mailing list