From e3454b5d96c258f59a1186eae1bdfd01d5f7af3e Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 18 May 2019 16:21:55 -1000 Subject: GLK: TADS: Don't support RTL --- engines/glk/glk.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'engines/glk/glk.h') 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 @@ -138,16 +138,6 @@ public: return true; } - /** - * Returns the bitset of game features - */ - uint32 getFeatures() const; - - /** - * Returns whether the game is a demo - */ - bool isDemo() const; - /** * Returns the language */ -- cgit v1.2.3