diff options
author | Torbjörn Andersson | 2015-08-21 07:23:25 +0200 |
---|---|---|
committer | Torbjörn Andersson | 2015-08-21 07:23:25 +0200 |
commit | dbbc2ea5e2245ae7c74663c6d9599c3aabfd2c0d (patch) | |
tree | c7c4f6634e568ac2b5cdaa41c6550e8a5566e24f /engines | |
parent | 09e506381ecc0504922381c3ae866507fa89a678 (diff) | |
download | scummvm-rg350-dbbc2ea5e2245ae7c74663c6d9599c3aabfd2c0d.tar.gz scummvm-rg350-dbbc2ea5e2245ae7c74663c6d9599c3aabfd2c0d.tar.bz2 scummvm-rg350-dbbc2ea5e2245ae7c74663c6d9599c3aabfd2c0d.zip |
SHERLOCK: Remove unused variable
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sherlock/tattoo/tattoo_scene.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/tattoo_scene.cpp b/engines/sherlock/tattoo/tattoo_scene.cpp index 03c80d7f96..6f9673081f 100644 --- a/engines/sherlock/tattoo/tattoo_scene.cpp +++ b/engines/sherlock/tattoo/tattoo_scene.cpp @@ -293,7 +293,6 @@ void TattooScene::checkBgShapes() { } void TattooScene::freeScene() { - TattooTalk &talk = *(TattooTalk *)_vm->_talk; TattooUserInterface &ui = *(TattooUserInterface *)_vm->_ui; Scene::freeScene(); |