aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/glk.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/glk.h')
-rw-r--r--engines/glk/glk.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/engines/glk/glk.h b/engines/glk/glk.h
index 6b95eb2a62..f96f384027 100644
--- a/engines/glk/glk.h
+++ b/engines/glk/glk.h
@@ -86,7 +86,7 @@ protected:
/**
* Returns true whether a given feature is supported by the engine
*/
- virtual bool hasFeature(EngineFeature f) const;
+ virtual bool hasFeature(EngineFeature f) const override;
/**
* Setup the video mode
@@ -139,16 +139,6 @@ public:
}
/**
- * Returns the bitset of game features
- */
- uint32 getFeatures() const;
-
- /**
- * Returns whether the game is a demo
- */
- bool isDemo() const;
-
- /**
* Returns the language
*/
Common::Language getLanguage() const { return _gameDescription._language; };