mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 13:13:58 +00:00
CRYO: Remove unused variable
This commit is contained in:
parent
e022d80447
commit
f24b71100b
@ -86,7 +86,6 @@ public:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
int _mouseButton;
|
int _mouseButton;
|
||||||
// byte _keyState[256];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
extern CryoEngine *g_ed;
|
extern CryoEngine *g_ed;
|
||||||
|
@ -278,7 +278,6 @@ void CryoEngine::pollEvents() {
|
|||||||
case Common::EVENT_KEYDOWN:
|
case Common::EVENT_KEYDOWN:
|
||||||
return;
|
return;
|
||||||
case Common::EVENT_KEYUP:
|
case Common::EVENT_KEYUP:
|
||||||
// _keyState[(byte)toupper(event.kbd.ascii)] = false;
|
|
||||||
return;
|
return;
|
||||||
case Common::EVENT_LBUTTONDOWN:
|
case Common::EVENT_LBUTTONDOWN:
|
||||||
_mouseButton = 1;
|
_mouseButton = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user