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/gp2xsdl | |
| 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/gp2xsdl')
| -rw-r--r-- | backends/graphics/gp2xsdl/gp2xsdl-graphics.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/graphics/gp2xsdl/gp2xsdl-graphics.h b/backends/graphics/gp2xsdl/gp2xsdl-graphics.h index fd411dc9e3..776a9b1a0f 100644 --- a/backends/graphics/gp2xsdl/gp2xsdl-graphics.h +++ b/backends/graphics/gp2xsdl/gp2xsdl-graphics.h @@ -30,8 +30,6 @@ class GP2XSdlGraphicsManager : public SdlGraphicsManager { public: - GP2XSdlGraphicsManager(); - virtual ~GP2XSdlGraphicsManager() {} virtual const OSystem::GraphicsMode *getSupportedGraphicsModes() const; virtual int getDefaultGraphicsMode() const; |
