From c95783172b1a9bdb4e2e7d3230418f9d89244416 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 6 Jun 2015 18:07:40 -0400 Subject: SHERLOCK: Remove unused variables --- engines/sherlock/map.cpp | 1 - engines/sherlock/tattoo/tattoo_scene.cpp | 4 ---- 2 files changed, 5 deletions(-) diff --git a/engines/sherlock/map.cpp b/engines/sherlock/map.cpp index 9c6818a1dd..96f93d42d7 100644 --- a/engines/sherlock/map.cpp +++ b/engines/sherlock/map.cpp @@ -128,7 +128,6 @@ int Map::show() { Events &events = *_vm->_events; People &people = *_vm->_people; Screen &screen = *_vm->_screen; - Common::Point lDrawn(-1, -1); bool changed = false, exitFlag = false; _active = true; diff --git a/engines/sherlock/tattoo/tattoo_scene.cpp b/engines/sherlock/tattoo/tattoo_scene.cpp index f902c06b5d..51e0eb1110 100644 --- a/engines/sherlock/tattoo/tattoo_scene.cpp +++ b/engines/sherlock/tattoo/tattoo_scene.cpp @@ -229,10 +229,6 @@ void TattooScene::paletteLoaded() { } void TattooScene::checkBgShapes() { - People &people = *_vm->_people; - Person &holmes = people._player; - Common::Point pt(holmes._position.x / FIXED_INT_MULTIPLIER, holmes._position.y / FIXED_INT_MULTIPLIER); - // Call the base scene method to handle bg shapes Scene::checkBgShapes(); -- cgit v1.2.3