From b42bf6342c05eb1a9d5e453169f3dd2721dc0114 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 9 May 2014 02:34:53 +0300 Subject: MADS: Remove superfluous empty scene methods --- engines/mads/nebular/nebular_scenes.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'engines/mads/nebular/nebular_scenes.h') diff --git a/engines/mads/nebular/nebular_scenes.h b/engines/mads/nebular/nebular_scenes.h index 0db8b93d8b..2f9dff706d 100644 --- a/engines/mads/nebular/nebular_scenes.h +++ b/engines/mads/nebular/nebular_scenes.h @@ -198,10 +198,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 Nebular -- cgit v1.2.3