aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics
diff options
context:
space:
mode:
authorCameron Cawley2019-07-27 12:37:39 +0100
committerGitHub2019-07-27 12:37:39 +0100
commita2dcd6c4ff798d19aeb1f8950c85d23d360777b4 (patch)
tree0440099427eec9023c9f4756e090f612c172a499 /backends/graphics
parent662cc473726f1b4bdd11dd784f0ea450f43428c7 (diff)
downloadscummvm-rg350-a2dcd6c4ff798d19aeb1f8950c85d23d360777b4.tar.gz
scummvm-rg350-a2dcd6c4ff798d19aeb1f8950c85d23d360777b4.tar.bz2
scummvm-rg350-a2dcd6c4ff798d19aeb1f8950c85d23d360777b4.zip
SYMBIAN: Remove unused class declarations
Diffstat (limited to 'backends/graphics')
-rw-r--r--backends/graphics/symbiansdl/symbiansdl-graphics.h4
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