[Scummvm-git-logs] scummvm master -> a2dcd6c4ff798d19aeb1f8950c85d23d360777b4

ccawley2011 ccawley2011 at gmail.com
Sat Jul 27 13:37:41 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
a2dcd6c4ff SYMBIAN: Remove unused class declarations


Commit: a2dcd6c4ff798d19aeb1f8950c85d23d360777b4
    https://github.com/scummvm/scummvm/commit/a2dcd6c4ff798d19aeb1f8950c85d23d360777b4
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2019-07-27T12:37:39+01:00

Commit Message:
SYMBIAN: Remove unused class declarations

Changed paths:
    backends/graphics/symbiansdl/symbiansdl-graphics.h


diff --git a/backends/graphics/symbiansdl/symbiansdl-graphics.h b/backends/graphics/symbiansdl/symbiansdl-graphics.h
index 0fcfb70..17e3a2f 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





More information about the Scummvm-git-logs mailing list