diff options
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/cursor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/cursor.cpp b/scumm/cursor.cpp index 10227fb73f..d0a5ec8716 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)) |