diff options
Diffstat (limited to 'engines/titanic/true_talk/tt_room_script.cpp')
-rw-r--r-- | engines/titanic/true_talk/tt_room_script.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/titanic/true_talk/tt_room_script.cpp b/engines/titanic/true_talk/tt_room_script.cpp index 62f60f428c..885021eb7f 100644 --- a/engines/titanic/true_talk/tt_room_script.cpp +++ b/engines/titanic/true_talk/tt_room_script.cpp @@ -37,10 +37,6 @@ TTroomScript::TTroomScript(int scriptId) : TTroomScriptBase(scriptId, "", "", 0, -1, -1, -1, 0, 0) { } -void TTroomScript::proc6() { - warning("TODO"); -} - void TTroomScript::proc7() { warning("TODO"); } |