From 8057d888a6975136d9f3c5c4492fb3efa2f3baa9 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 16 Oct 2017 20:42:00 -0400 Subject: TITANIC: Remove redundant room check in CEarSweetBowl --- engines/titanic/game/ear_sweet_bowl.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'engines') diff --git a/engines/titanic/game/ear_sweet_bowl.cpp b/engines/titanic/game/ear_sweet_bowl.cpp index e9190c337a..703dfde261 100644 --- a/engines/titanic/game/ear_sweet_bowl.cpp +++ b/engines/titanic/game/ear_sweet_bowl.cpp @@ -47,10 +47,6 @@ bool CEarSweetBowl::MovieEndMsg(CMovieEndMsg *msg) { doneMsg.execute(findRoom()); if (!doneMsg._value) { - CPetControl *pet = getPetControl(); - if (pet) - pet->isInAssignedRoom(); - CIsParrotPresentMsg parrotMsg; parrotMsg.execute(findRoom()); -- cgit v1.2.3