diff options
Diffstat (limited to 'engines/titanic/pet_control/pet_control_sub8.cpp')
-rw-r--r-- | engines/titanic/pet_control/pet_control_sub8.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/titanic/pet_control/pet_control_sub8.cpp b/engines/titanic/pet_control/pet_control_sub8.cpp index c2b0f7f67f..18c68c7ddb 100644 --- a/engines/titanic/pet_control/pet_control_sub8.cpp +++ b/engines/titanic/pet_control/pet_control_sub8.cpp @@ -33,12 +33,4 @@ CPetControlSub8::CPetControlSub8() { _indexes[INDEXES[idx]] = idx; } -void CPetControlSub8::save(SimpleFile *file, int indent) const { - -} - -void CPetControlSub8::load(SimpleFile *file) { - -} - } // End of namespace Titanic |