diff options
Diffstat (limited to 'engines/titanic/pet_control/pet_control_sub8.h')
-rw-r--r-- | engines/titanic/pet_control/pet_control_sub8.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/engines/titanic/pet_control/pet_control_sub8.h b/engines/titanic/pet_control/pet_control_sub8.h index 391d4cf1fa..115e6d508f 100644 --- a/engines/titanic/pet_control/pet_control_sub8.h +++ b/engines/titanic/pet_control/pet_control_sub8.h @@ -42,15 +42,6 @@ private: public: CPetControlSub8(); - /** - * Save the data for the class to file - */ - virtual void save(SimpleFile *file, int indent) const; - - /** - * Load the data for the class from file - */ - virtual void load(SimpleFile *file); }; } // End of namespace Titanic |