From 8385a0ef8e77903d48f0ff443d3a5feb8536c2fa Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 3 Feb 2014 01:23:27 -0500 Subject: VOYEUR: Implemented checkForKey --- engines/voyeur/events.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'engines/voyeur/events.cpp') diff --git a/engines/voyeur/events.cpp b/engines/voyeur/events.cpp index ded81f7992..9904c9ecc8 100644 --- a/engines/voyeur/events.cpp +++ b/engines/voyeur/events.cpp @@ -590,10 +590,6 @@ void EventsManager::getMouseInfo() { _vm->_eventsManager._mouseUnk = false; } -void EventsManager::checkForKey() { - warning("TODO: checkForKey"); -} - void EventsManager::startCursorBlink() { if (_vm->_voy._eventFlags & EVTFLAG_RECORDING) { _vm->_graphicsManager.setOneColor(128, 55, 5, 5); -- cgit v1.2.3