aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/cine.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/cine.h')
-rw-r--r--engines/cine/cine.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/engines/cine/cine.h b/engines/cine/cine.h
index 4800604791..bf56e9189b 100644
--- a/engines/cine/cine.h
+++ b/engines/cine/cine.h
@@ -71,15 +71,7 @@ class CineEngine : public Engine {
protected:
// Engine APIs
- Common::Error init();
- Common::Error go();
- virtual Common::Error run() {
- Common::Error err;
- err = init();
- if (err != Common::kNoError)
- return err;
- return go();
- }
+ virtual Common::Error run();
virtual bool hasFeature(EngineFeature f) const;
void shutdown();