mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 19:30:41 +00:00
MADE: Remove unused variable
This commit is contained in:
parent
9c7ed5c0da
commit
fa06dd972b
@ -56,8 +56,6 @@ static const GameSettings madeSettings[] = {
|
||||
|
||||
MadeEngine::MadeEngine(OSystem *syst, const MadeGameDescription *gameDesc) : Engine(syst), _gameDescription(gameDesc) {
|
||||
|
||||
const GameSettings *g;
|
||||
|
||||
_eventNum = 0;
|
||||
_eventMouseX = _eventMouseY = 0;
|
||||
_eventKey = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user