SHERLOCK: RT: Remove unused local

This commit is contained in:
Paul Gilbert 2015-06-17 22:19:45 -04:00
parent 0f6d103353
commit c28cdf87bc

View File

@ -59,7 +59,6 @@ void TattooUserInterface::lookAtObject() {
Scene &scene = *_vm->_scene;
Sound &sound = *_vm->_sound;
Talk &talk = *_vm->_talk;
Common::Point mousePos = events.mousePos();
Common::String desc;
int cAnimSpeed = 0;