aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/macventure.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/macventure/macventure.cpp')
-rw-r--r--engines/macventure/macventure.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/engines/macventure/macventure.cpp b/engines/macventure/macventure.cpp
index 21d98b1601..6a7c1474a8 100644
--- a/engines/macventure/macventure.cpp
+++ b/engines/macventure/macventure.cpp
@@ -178,21 +178,6 @@ Common::Error MacVentureEngine::run() {
return Common::kNoError;
}
-Common::Error MacVentureEngine::loadGameState(int slot) {
- Common::InSaveFile *file = getSaveFileManager()->openForLoading("Shadowgate.1");
- _world->loadGameFrom(file);
- reset();
- return Common::kNoError;
-}
-
-Common::Error MacVentureEngine::saveGameState(int slot, const Common::String &desc) {
- Common::SaveFileManager *manager = getSaveFileManager();
- // HACK Get a real name!
- Common::OutSaveFile *file = manager->openForSaving("Shadowgate.1");
- _world->saveGameInto(file);
- delete file;
-}
-
void MacVentureEngine::reset() {
resetInternals();
resetGui();