[Scummvm-git-logs] scummvm master -> 3d6c0f8ab346efcdd55b4033be2b52f8ce57998b

digitall noreply at scummvm.org
Sun Mar 6 11:34:38 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:
3d6c0f8ab3 MACVENTURE: Remove Redundant Duplication Declaration


Commit: 3d6c0f8ab346efcdd55b4033be2b52f8ce57998b
    https://github.com/scummvm/scummvm/commit/3d6c0f8ab346efcdd55b4033be2b52f8ce57998b
Author: D G Turner (digitall at scummvm.org)
Date: 2022-03-06T11:33:45Z

Commit Message:
MACVENTURE: Remove Redundant Duplication Declaration

This causes a GCC Warning when -Wredundant-decls is enabled.

Changed paths:
    engines/macventure/macventure.h


diff --git a/engines/macventure/macventure.h b/engines/macventure/macventure.h
index 19af44eeac8..663a25c6f62 100644
--- a/engines/macventure/macventure.h
+++ b/engines/macventure/macventure.h
@@ -65,9 +65,6 @@ class SoundManager;
 
 typedef uint32 ObjID;
 
-// HACK, until I find a way to translate correctly
-extern void toASCII(Common::String &str);
-
 enum {
 	kScreenWidth = 512,
 	kScreenHeight = 342




More information about the Scummvm-git-logs mailing list