aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/barbot_script.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-06-07 20:13:20 -0400
committerPaul Gilbert2016-07-15 19:20:56 -0400
commit02cd4557a40d10f50b76425c7df0a26cc46aa6a8 (patch)
tree4adccc405773395d82f1f186a7fac84a40c18f19 /engines/titanic/true_talk/barbot_script.cpp
parente9c3d180cd245fd25fb0f234e55e30ea864634ce (diff)
downloadscummvm-rg350-02cd4557a40d10f50b76425c7df0a26cc46aa6a8.tar.gz
scummvm-rg350-02cd4557a40d10f50b76425c7df0a26cc46aa6a8.tar.bz2
scummvm-rg350-02cd4557a40d10f50b76425c7df0a26cc46aa6a8.zip
TITANIC: Remove unneeded NPC setupRanges methods
Diffstat (limited to 'engines/titanic/true_talk/barbot_script.cpp')
-rw-r--r--engines/titanic/true_talk/barbot_script.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/titanic/true_talk/barbot_script.cpp b/engines/titanic/true_talk/barbot_script.cpp
index 2a67a7b494..dc8a5bbd62 100644
--- a/engines/titanic/true_talk/barbot_script.cpp
+++ b/engines/titanic/true_talk/barbot_script.cpp
@@ -118,11 +118,6 @@ bool BarbotScript::proc16() const {
return false;
}
-bool BarbotScript::setupRanges() {
- warning("TODO");
- return false;
-}
-
bool BarbotScript::proc18() const {
warning("TODO");
return false;