aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom
diff options
context:
space:
mode:
authorFilippos Karapetis2014-05-09 02:34:53 +0300
committerFilippos Karapetis2014-05-09 02:34:53 +0300
commitb42bf6342c05eb1a9d5e453169f3dd2721dc0114 (patch)
tree094ba2c23a04bb4658d472e8f0a8aabd4cc851ea /engines/mads/phantom
parent214e051c30a6541fbd53af66edd255d304ac149c (diff)
downloadscummvm-rg350-b42bf6342c05eb1a9d5e453169f3dd2721dc0114.tar.gz
scummvm-rg350-b42bf6342c05eb1a9d5e453169f3dd2721dc0114.tar.bz2
scummvm-rg350-b42bf6342c05eb1a9d5e453169f3dd2721dc0114.zip
MADS: Remove superfluous empty scene methods
Diffstat (limited to 'engines/mads/phantom')
-rw-r--r--engines/mads/phantom/phantom_scenes.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/mads/phantom/phantom_scenes.h b/engines/mads/phantom/phantom_scenes.h
index e4b79fef33..986934fe62 100644
--- a/engines/mads/phantom/phantom_scenes.h
+++ b/engines/mads/phantom/phantom_scenes.h
@@ -114,10 +114,7 @@ public:
virtual void setup() {}
virtual void enter() {}
- virtual void step() {}
- virtual void preActions() {}
virtual void actions() {}
- virtual void synchronize(Common::Serializer &s) {}
};
} // End of namespace Phantom