[Scummvm-git-logs] scummvm master -> 97b33d0daebef3b69147b209ffced2e46441952e

aquadran noreply at scummvm.org
Wed Dec 1 22:04:16 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:
97b33d0dae ICB: Remove not used macro


Commit: 97b33d0daebef3b69147b209ffced2e46441952e
    https://github.com/scummvm/scummvm/commit/97b33d0daebef3b69147b209ffced2e46441952e
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2021-12-01T23:04:09+01:00

Commit Message:
ICB: Remove not used macro

Changed paths:
    engines/icb/common/px_scriptengine.cpp


diff --git a/engines/icb/common/px_scriptengine.cpp b/engines/icb/common/px_scriptengine.cpp
index 9076c54952..9942119db8 100644
--- a/engines/icb/common/px_scriptengine.cpp
+++ b/engines/icb/common/px_scriptengine.cpp
@@ -518,8 +518,4 @@ scriptInterpreterReturnCodes RunScript(const char *&scriptData, // A pointer to
 	return (IR_RET_SCRIPT_FINISHED);
 }
 
-#ifdef NO_EXCEPTIONS
-#undef NO_EXCEPTIONS
-#endif // NO_EXCEPTIONS
-
 } // End of namespace ICB




More information about the Scummvm-git-logs mailing list