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