mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-14 16:07:39 +00:00
MADS: Phantom: Remove dummy scene handler
This commit is contained in:
parent
b7d4536cf1
commit
cbb26351f1
@ -484,18 +484,6 @@ protected:
|
||||
SceneInfoPhantom(MADSEngine *vm) : SceneInfo(vm) {}
|
||||
};
|
||||
|
||||
// TODO: Temporary, remove once implemented properly
|
||||
class DummyScene : public PhantomScene {
|
||||
public:
|
||||
DummyScene(MADSEngine *vm) : PhantomScene(vm) {
|
||||
warning("Unimplemented scene");
|
||||
}
|
||||
|
||||
virtual void setup() {}
|
||||
virtual void enter() {}
|
||||
virtual void actions() {}
|
||||
};
|
||||
|
||||
} // End of namespace Phantom
|
||||
|
||||
} // End of namespace MADS
|
||||
|
Loading…
x
Reference in New Issue
Block a user