aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk
diff options
context:
space:
mode:
authorPaul Gilbert2018-03-12 18:56:25 -0400
committerPaul Gilbert2018-03-12 18:56:25 -0400
commitaca61ca2080a4f4830c12c239c79602f95cca8d1 (patch)
tree3020d5a679af4b135036eb10bb7825147e8d1781 /engines/titanic/true_talk
parenta17cf913d513e1ade630ecae124b8e522fe69d73 (diff)
downloadscummvm-rg350-aca61ca2080a4f4830c12c239c79602f95cca8d1.tar.gz
scummvm-rg350-aca61ca2080a4f4830c12c239c79602f95cca8d1.tar.bz2
scummvm-rg350-aca61ca2080a4f4830c12c239c79602f95cca8d1.zip
TITANIC: Removed unused arrays and fields
Diffstat (limited to 'engines/titanic/true_talk')
-rw-r--r--engines/titanic/true_talk/bellbot_script.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/titanic/true_talk/bellbot_script.cpp b/engines/titanic/true_talk/bellbot_script.cpp
index 0256b97ef1..46c57750f8 100644
--- a/engines/titanic/true_talk/bellbot_script.cpp
+++ b/engines/titanic/true_talk/bellbot_script.cpp
@@ -42,10 +42,6 @@ static const RoomDialogueId ROOM_DIALOGUE_IDS[] = {
{ 0, 0 }
};
-static const uint PRERESPONSE_IDS_DE[] = {
- 0
-};
-
BellbotScript::BellbotScript(int val1, const char *charClass, int v2,
const char *charName, int v3, int val2) :
TTnpcScript(val1, charClass, v2, charName, v3, val2, -1, -1, -1, 0),