aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_v2.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/kyra_v2.h')
-rw-r--r--engines/kyra/kyra_v2.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/kyra/kyra_v2.h b/engines/kyra/kyra_v2.h
index e7f9634fc6..e606bdfc15 100644
--- a/engines/kyra/kyra_v2.h
+++ b/engines/kyra/kyra_v2.h
@@ -417,10 +417,6 @@ protected:
int o2_setTimerCountdown(EMCState *script);
int o2_setVocHigh(EMCState *script);
int o2_getVocHigh(EMCState *script);
-
- // save/load specific
- virtual void saveGame(const char *fileName, const char *saveName, const Graphics::Surface *thumbnail) = 0;
- virtual void loadGame(const char *fileName) = 0;
};
} // end of namespace Kyra