diff options
author | Alejandro Marzini | 2010-07-05 01:10:29 +0000 |
---|---|---|
committer | Alejandro Marzini | 2010-07-05 01:10:29 +0000 |
commit | 3c607ef28958a155802ac77af5fa87e04fbe170e (patch) | |
tree | 7b1a8ca29db499ea87e975c6817662d48c97ef18 /backends/graphics/linuxmotosdl | |
parent | 86fbe02933a7007bf6cc24bb63eb2b0c705a22ab (diff) | |
download | scummvm-rg350-3c607ef28958a155802ac77af5fa87e04fbe170e.tar.gz scummvm-rg350-3c607ef28958a155802ac77af5fa87e04fbe170e.tar.bz2 scummvm-rg350-3c607ef28958a155802ac77af5fa87e04fbe170e.zip |
Cleanup and documentation.
svn-id: r50667
Diffstat (limited to 'backends/graphics/linuxmotosdl')
-rw-r--r-- | backends/graphics/linuxmotosdl/linuxmotosdl-graphics.cpp | 8 | ||||
-rw-r--r-- | backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h | 3 |
2 files changed, 0 insertions, 11 deletions
diff --git a/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.cpp b/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.cpp index 373bdc2346..390b27e5a5 100644 --- a/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.cpp +++ b/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.cpp @@ -45,14 +45,6 @@ static const OSystem::GraphicsMode s_supportedGraphicsModes[] = { {0, 0, 0} }; -LinuxmotoSdlGraphicsManager::LinuxmotoSdlGraphicsManager() { - -} - -LinuxmotoSdlGraphicsManager::~LinuxmotoSdlGraphicsManager() { - -} - const OSystem::GraphicsMode *LinuxmotoSdlGraphicsManager::getSupportedGraphicsModes() const { return s_supportedGraphicsModes; } diff --git a/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h b/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h index 186e2a083b..ce24e23992 100644 --- a/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h +++ b/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h @@ -30,9 +30,6 @@ class LinuxmotoSdlGraphicsManager : public SdlGraphicsManager { public: - LinuxmotoSdlGraphicsManager(); - virtual ~LinuxmotoSdlGraphicsManager(); - virtual void initSize(uint w, uint h); virtual void setGraphicsModeIntern(); virtual bool setGraphicsMode(int mode); |