aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/saga.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/saga.h')
-rw-r--r--engines/saga/saga.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/engines/saga/saga.h b/engines/saga/saga.h
index 1e3a17bacf..dca5c38698 100644
--- a/engines/saga/saga.h
+++ b/engines/saga/saga.h
@@ -443,15 +443,7 @@ class SagaEngine : public Engine {
public:
// 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();
bool hasFeature(EngineFeature f) const;
void syncSoundSettings();
void pauseEngineIntern(bool pause);