diff options
-rw-r--r-- | engines/sherlock/journal.cpp | 6 |
1 files changed, 0 insertions, 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 { |