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

dreammaster dreammaster at scummvm.org
Tue Mar 16 01:50:13 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:
b02f7cbcd0 ULTIMA: Remove unused global


Commit: b02f7cbcd05dc6c683781cbdd9950708a8f1b5ee
    https://github.com/scummvm/scummvm/commit/b02f7cbcd05dc6c683781cbdd9950708a8f1b5ee
Author: Orgad Shaneh (orgads at gmail.com)
Date: 2021-03-15T18:50:11-07:00

Commit Message:
ULTIMA: Remove unused global

Amends commit e403c7c6f51b2ed5758078ff4d528a2bb3317dcf.

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


diff --git a/engines/ultima/ultima4/meta_engine.cpp b/engines/ultima/ultima4/meta_engine.cpp
index 64ed96d17f..c7ca1afe73 100644
--- a/engines/ultima/ultima4/meta_engine.cpp
+++ b/engines/ultima/ultima4/meta_engine.cpp
@@ -150,15 +150,6 @@ static const KeybindingRecord MENU_KEYS[] = {
 	{ KEYBIND_NONE, nullptr, nullptr, nullptr, nullptr, nullptr }
 };
 
-static const KeybindingRecord COMBAT_KEYS[] = {
-	{ KEYBIND_PASS, "PASS", "Pass", "pass", "SPACE", nullptr },
-	{ KEYBIND_UP, "UP", "Up", nullptr, "UP", nullptr },
-	{ KEYBIND_DOWN, "DOWN", "Down", nullptr, "DOWN", nullptr },
-	{ KEYBIND_LEFT, "LEFT", "Left", nullptr, "LEFT", nullptr },
-	{ KEYBIND_RIGHT, "RIGHT", "Right", nullptr, "RIGHT", nullptr },
-	{ KEYBIND_NONE, nullptr, nullptr, nullptr, nullptr, nullptr }
-};
-
 struct KeysRecord {
 	const char *_id;
 	const char *_desc;




More information about the Scummvm-git-logs mailing list