From a2dcd6c4ff798d19aeb1f8950c85d23d360777b4 Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Sat, 27 Jul 2019 12:37:39 +0100 Subject: SYMBIAN: Remove unused class declarations --- backends/graphics/symbiansdl/symbiansdl-graphics.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'backends/graphics') diff --git a/backends/graphics/symbiansdl/symbiansdl-graphics.h b/backends/graphics/symbiansdl/symbiansdl-graphics.h index 0fcfb70f24..17e3a2facb 100644 --- a/backends/graphics/symbiansdl/symbiansdl-graphics.h +++ b/backends/graphics/symbiansdl/symbiansdl-graphics.h @@ -32,10 +32,6 @@ public: public: virtual bool hasFeature(OSystem::Feature f) const override; virtual void setFeatureState(OSystem::Feature f, bool enable) override; - - virtual const OSystem::GraphicsMode *getSupportedGraphicsModes() const override; - virtual int getDefaultGraphicsMode() const override; - virtual bool setGraphicsMode(int mode) override; }; #endif -- cgit v1.2.3