diff options
Diffstat (limited to 'engines/scumm/cursor.cpp')
-rw-r--r-- | engines/scumm/cursor.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/scumm/cursor.cpp b/engines/scumm/cursor.cpp index 21e1b6a746..aabcbee482 100644 --- a/engines/scumm/cursor.cpp +++ b/engines/scumm/cursor.cpp @@ -73,10 +73,6 @@ static const byte default_v6_cursor[] = { 0xFF,0xFF,0xFF,0xFF,0xFF,0xFF, 0x00,0x0F,0x00, 0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF, }; -void ScummEngine::setupCursor() { - _cursor.animate = 1; -} - void ScummEngine_v5::animateCursor() { if (_cursor.animate) { if (!(_cursor.animateIndex & 0x1)) { |