diff options
Diffstat (limited to 'engines/voyeur/events.cpp')
-rw-r--r-- | engines/voyeur/events.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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); |