aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/pet_control/pet_control.cpp')
-rw-r--r--engines/titanic/pet_control/pet_control.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/engines/titanic/pet_control/pet_control.cpp b/engines/titanic/pet_control/pet_control.cpp
index e7bf1eeb7a..45b5ac3c93 100644
--- a/engines/titanic/pet_control/pet_control.cpp
+++ b/engines/titanic/pet_control/pet_control.cpp
@@ -188,10 +188,6 @@ bool CPetControl::fn1(int val) {
return false;
}
-void CPetControl::fn4() {
- warning("TODO: CPetControl::fn4");
-}
-
PetArea CPetControl::setArea(PetArea newArea) {
if (newArea == _currentArea || !isUnlocked())
return _currentArea;
@@ -520,14 +516,6 @@ CString CPetControl::getFullViewName() {
return gameManager ? gameManager->getFullViewName() : CString();
}
-void CPetControl::addRandomRoom(int passClassNum) {
- _rooms.addRandomRoom(passClassNum);
-}
-
-int CPetControl::roomFn2(int val) {
- return _rooms.fn2(val);
-}
-
void CPetControl::resetDials(int flag) {
if (flag == 1)
_conversations.resetDials(_activeNPCName);