diff options
author | Alejandro Marzini | 2010-06-07 03:04:58 +0000 |
---|---|---|
committer | Alejandro Marzini | 2010-06-07 03:04:58 +0000 |
commit | eee8e6960eda0226b8851ae81fa4ead41c61c1b1 (patch) | |
tree | fe9f19584cf93a2c21ce2d0c5a3cc6f5cc13c650 /backends | |
parent | ada0e211f65c8f3c03bd9dd5a63400c6db7559bf (diff) | |
download | scummvm-rg350-eee8e6960eda0226b8851ae81fa4ead41c61c1b1.tar.gz scummvm-rg350-eee8e6960eda0226b8851ae81fa4ead41c61c1b1.tar.bz2 scummvm-rg350-eee8e6960eda0226b8851ae81fa4ead41c61c1b1.zip |
Removed setGraphicsMode(const char *name), as it is on OSystem already.
svn-id: r49471
Diffstat (limited to 'backends')
-rw-r--r-- | backends/graphics/default/default-graphics.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/graphics/default/default-graphics.h b/backends/graphics/default/default-graphics.h index a824d34b6c..9e1593f0eb 100644 --- a/backends/graphics/default/default-graphics.h +++ b/backends/graphics/default/default-graphics.h @@ -41,7 +41,6 @@ public: const OSystem::GraphicsMode *getSupportedGraphicsModes(); int getDefaultGraphicsMode() { return 0; } bool setGraphicsMode(int mode) { return true; } - bool setGraphicsMode(const char *name) { return true; } int getGraphicsMode() { return 0; } inline Graphics::PixelFormat getScreenFormat() const { return Graphics::PixelFormat::createFormatCLUT8(); |