[Scummvm-git-logs] scummvm master -> e0c1cb063c7728c983c71a91beed3bafa8448c1b
bluegr
bluegr at gmail.com
Sat Sep 28 21:39:57 CEST 2019
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:
e0c1cb063c MADE: Remove unused structure
Commit: e0c1cb063c7728c983c71a91beed3bafa8448c1b
https://github.com/scummvm/scummvm/commit/e0c1cb063c7728c983c71a91beed3bafa8448c1b
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2019-09-28T22:39:53+03:00
Commit Message:
MADE: Remove unused structure
The code that used this was removed in commit 9ba6b79
Changed paths:
engines/made/made.cpp
diff --git a/engines/made/made.cpp b/engines/made/made.cpp
index b23455a..947f08e 100644
--- a/engines/made/made.cpp
+++ b/engines/made/made.cpp
@@ -40,20 +40,6 @@
namespace Made {
-struct GameSettings {
- const char *gameid;
- const char *description;
- byte id;
- uint32 features;
- const char *detectname;
-};
-
-static const GameSettings madeSettings[] = {
- {"made", "Made game", 0, 0, 0},
-
- {NULL, NULL, 0, 0, NULL}
-};
-
MadeEngine::MadeEngine(OSystem *syst, const MadeGameDescription *gameDesc) : Engine(syst), _gameDescription(gameDesc) {
_eventNum = 0;
More information about the Scummvm-git-logs
mailing list