aboutsummaryrefslogtreecommitdiff
path: root/engines/composer/composer.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/composer/composer.h')
-rw-r--r--engines/composer/composer.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/composer/composer.h b/engines/composer/composer.h
index 82457be37b..928072b687 100644
--- a/engines/composer/composer.h
+++ b/engines/composer/composer.h
@@ -114,9 +114,7 @@ struct Library {
uint _id;
Archive *_archive;
-#ifdef SAVING_ANYWHERE
Common::String _group;
-#endif
Common::List<Button> _buttons;
Common::List<KeyboardHandler> _keyboardHandlers;
};
@@ -153,12 +151,10 @@ class ComposerEngine : public Engine {
protected:
Common::Error run();
-#ifdef SAVING_ANYWHERE
bool canLoadGameStateCurrently() { return true; }
Common::Error loadGameState(int slot);
bool canSaveGameStateCurrently() { return true; }
Common::Error saveGameState(int slot, const Common::String &desc);
-#endif
public:
ComposerEngine(OSystem *syst, const ComposerGameDescription *gameDesc);
@@ -220,9 +216,7 @@ private:
uint16 _mouseSpriteId;
Common::Point _mouseOffset;
-#ifdef SAVING_ANYWHERE
Common::String makeSaveGameName(int slot);
-#endif
Common::String getStringFromConfig(const Common::String &section, const Common::String &key);
Common::String getFilename(const Common::String &section, uint id);
Common::String mangleFilename(Common::String filename);