diff --git a/scumm/cursor.cpp b/scumm/cursor.cpp index 10227fb73fc..d0a5ec87165 100644 --- a/scumm/cursor.cpp +++ b/scumm/cursor.cpp @@ -308,7 +308,6 @@ void ScummEngine::makeCursorColorTransparent(int a) { void ScummEngine::grabCursorFromBuffer(byte *ptr, int width, int height) { uint size; - byte *dst; size = width * height; if (size > sizeof(_grabbedCursor))