aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/messages/service_elevator_door.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/messages/service_elevator_door.h')
-rw-r--r--engines/titanic/messages/service_elevator_door.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/messages/service_elevator_door.h b/engines/titanic/messages/service_elevator_door.h
index a3a8388405..ac5cf5148d 100644
--- a/engines/titanic/messages/service_elevator_door.h
+++ b/engines/titanic/messages/service_elevator_door.h
@@ -29,14 +29,10 @@ namespace Titanic {
class CServiceElevatorDoor : public CDoorAutoSoundEvent {
public:
+ CLASSDEF
CServiceElevatorDoor();
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CServiceElevatorDoor"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;