From a6b1bc98ae21348c8492c62d07fed738357777d6 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 3 May 2019 19:49:21 +1000 Subject: GLK: GLULXE: Move savegame code into loadGameData/saveGameData --- engines/glk/glulxe/glulxe.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'engines/glk/glulxe/glulxe.cpp') diff --git a/engines/glk/glulxe/glulxe.cpp b/engines/glk/glulxe/glulxe.cpp index 5251b30d46..cbe09cef07 100644 --- a/engines/glk/glulxe/glulxe.cpp +++ b/engines/glk/glulxe/glulxe.cpp @@ -74,16 +74,6 @@ void Glulxe::runGame() { profile_quit(); } -Common::Error Glulxe::loadGameData(strid_t file) { - // TODO - return Common::kNoError; -} - -Common::Error Glulxe::saveGameData(strid_t file, const Common::String &desc) { - // TODO - return Common::kNoError; -} - bool Glulxe::is_gamefile_valid() { if (_gameFile.size() < 8) { GUIErrorMessage(_("This is too short to be a valid Glulx file.")); -- cgit v1.2.3