[Scummvm-git-logs] scummvm master -> 9a27d5430bde4b61d5e798324ad834f0c7cc57b2
digitall
noreply at scummvm.org
Sun Mar 6 13:44:33 UTC 2022
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:
9a27d5430b SAGA2: Remove Redundant Declaration
Commit: 9a27d5430bde4b61d5e798324ad834f0c7cc57b2
https://github.com/scummvm/scummvm/commit/9a27d5430bde4b61d5e798324ad834f0c7cc57b2
Author: D G Turner (digitall at scummvm.org)
Date: 2022-03-06T13:43:45Z
Commit Message:
SAGA2: Remove Redundant Declaration
This was causing GCC Warnings when -Wredundant-decls is enabled.
Changed paths:
engines/saga2/objects.h
diff --git a/engines/saga2/objects.h b/engines/saga2/objects.h
index daf7c991863..e595018a4db 100644
--- a/engines/saga2/objects.h
+++ b/engines/saga2/objects.h
@@ -1454,9 +1454,6 @@ void doBackgroundSimulation();
void pauseBackgroundSimulation();
void resumeBackgroundSimulation();
-// cleanup the ready container stuff
-void cleanupReadyContainers();
-
// This function simply calls the GameObject::updateState() method
// for all active objects directly within a world.
void updateObjectStates();
More information about the Scummvm-git-logs
mailing list