[Scummvm-git-logs] scummvm master -> dd7edd3193beed38eb628c5b1c8071e0b0b156b6

digitall 547637+digitall at users.noreply.github.com
Sat Nov 13 07:12:42 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:
dd7edd3193 ULTIMA: ULTIMA8: Remove Now Unused Structure Field Causing GCC Warnings


Commit: dd7edd3193beed38eb628c5b1c8071e0b0b156b6
    https://github.com/scummvm/scummvm/commit/dd7edd3193beed38eb628c5b1c8071e0b0b156b6
Author: D G Turner (digitall at scummvm.org)
Date: 2021-11-13T07:11:58Z

Commit Message:
ULTIMA: ULTIMA8: Remove Now Unused Structure Field Causing GCC Warnings

Changed paths:
    engines/ultima/ultima8/meta_engine.cpp


diff --git a/engines/ultima/ultima8/meta_engine.cpp b/engines/ultima/ultima8/meta_engine.cpp
index fd29e80400..fc1743d5cd 100644
--- a/engines/ultima/ultima8/meta_engine.cpp
+++ b/engines/ultima/ultima8/meta_engine.cpp
@@ -38,7 +38,6 @@ struct KeybindingRecord {
 	const char *_releaseMethod;
 	const char *_key;
 	const char *_joy;
-	const uint16 _flags;
 };
 
 static const KeybindingRecord COMMON_KEYS[] = {




More information about the Scummvm-git-logs mailing list