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