diff options
author | D G Turner | 2019-11-23 17:04:39 +0000 |
---|---|---|
committer | D G Turner | 2019-11-23 17:04:39 +0000 |
commit | e04480d7002b8cb5577cf25be42f2187f829dd60 (patch) | |
tree | 1f4f34c3dcce4cfd9e4578cc6f4c0060d88198f6 /backends | |
parent | 97b7a3849921bea612fefade381ece52e4fb1239 (diff) | |
download | scummvm-rg350-e04480d7002b8cb5577cf25be42f2187f829dd60.tar.gz scummvm-rg350-e04480d7002b8cb5577cf25be42f2187f829dd60.tar.bz2 scummvm-rg350-e04480d7002b8cb5577cf25be42f2187f829dd60.zip |
LINUXMOTO: Hopefully Fix Compilation
Diffstat (limited to 'backends')
-rw-r--r-- | backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h b/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h index 4e886b4e1e..ec5ebff729 100644 --- a/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h +++ b/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h @@ -31,7 +31,6 @@ public: virtual void initSize(uint w, uint h, const Graphics::PixelFormat *format = NULL) override; const OSystem::GraphicsMode *getSupportedGraphicsModes() const override; - virtual void setGraphicsModeIntern() override; virtual int getGraphicsModeScale(int mode) const override; virtual void internUpdateScreen() override; virtual ScalerProc *getGraphicsScalerProc(int mode) const override; |