aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock')
-rw-r--r--engines/sherlock/map.cpp1
-rw-r--r--engines/sherlock/tattoo/tattoo_scene.cpp4
2 files changed, 0 insertions, 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();