Skip to content

Commit

Permalink
DREAMWEB: Remove dead function enableSavingOrLoading() (which fixes C…
Browse files Browse the repository at this point in the history
…ID 1003402)
  • Loading branch information
Strangerke committed Nov 9, 2013
1 parent 4095ae1 commit 06f9a52
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions engines/dreamweb/dreamweb.h
Expand Up @@ -144,8 +144,6 @@ class DreamWebEngine : public Engine {

bool loadSpeech(const Common::String &filename);

void enableSavingOrLoading(bool enable = true) { _enableSavingOrLoading = enable; }

Common::Language getLanguage() const;
uint8 modifyChar(uint8 c) const;
Common::String modifyFileName(const char *);
Expand All @@ -171,7 +169,6 @@ class DreamWebEngine : public Engine {
uint _speed;
bool _turbo;
uint _oldMouseState;
bool _enableSavingOrLoading;

protected:
GameVars _vars; // saved variables
Expand Down

0 comments on commit 06f9a52

Please sign in to comment.