MADS: Phantom: Remove dummy scene handler

This commit is contained in:
Strangerke 2015-11-09 21:44:26 +01:00
parent b7d4536cf1
commit cbb26351f1

View File

@ -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