diff options
-rw-r--r-- | backends/graphics/symbiansdl/symbiansdl-graphics.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 |