From 5f2218c326ecee0b59fd6111129776f29714dfb8 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 11 Jun 2015 23:51:02 -0400 Subject: SHERLOCK: Remove redundant cursor animation when searching journal --- engines/sherlock/journal.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/engines/sherlock/journal.cpp b/engines/sherlock/journal.cpp index bdf116b882..19502b52a2 100644 --- a/engines/sherlock/journal.cpp +++ b/engines/sherlock/journal.cpp @@ -720,12 +720,6 @@ bool Journal::drawJournal(int direction, int howFar) { // Move backwards howFar number of lines unless either the start of the journal is reached, // or a searched for keyword is found do { - // Animate the glass mouse cursor - int cursorNum = (int)events.getCursor() + 1; - if (cursorNum > (WAIT + 2)) - cursorNum = WAIT; - events.setCursor((CursorId)cursorNum); - // Move backwards through the journal file a line at a time if (--_sub < 0) { do { -- cgit v1.2.3