aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/symbiansdl/symbiansdl-graphics.cpp
diff options
context:
space:
mode:
authorAlejandro Marzini2010-07-05 01:10:29 +0000
committerAlejandro Marzini2010-07-05 01:10:29 +0000
commit3c607ef28958a155802ac77af5fa87e04fbe170e (patch)
tree7b1a8ca29db499ea87e975c6817662d48c97ef18 /backends/graphics/symbiansdl/symbiansdl-graphics.cpp
parent86fbe02933a7007bf6cc24bb63eb2b0c705a22ab (diff)
downloadscummvm-rg350-3c607ef28958a155802ac77af5fa87e04fbe170e.tar.gz
scummvm-rg350-3c607ef28958a155802ac77af5fa87e04fbe170e.tar.bz2
scummvm-rg350-3c607ef28958a155802ac77af5fa87e04fbe170e.zip
Cleanup and documentation.
svn-id: r50667
Diffstat (limited to 'backends/graphics/symbiansdl/symbiansdl-graphics.cpp')
-rw-r--r--backends/graphics/symbiansdl/symbiansdl-graphics.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/backends/graphics/symbiansdl/symbiansdl-graphics.cpp b/backends/graphics/symbiansdl/symbiansdl-graphics.cpp
index 9dc691f38b..c89c46ddd8 100644
--- a/backends/graphics/symbiansdl/symbiansdl-graphics.cpp
+++ b/backends/graphics/symbiansdl/symbiansdl-graphics.cpp
@@ -28,12 +28,6 @@
#include "backends/graphics/symbiansdl/symbiansdl-graphics.h"
#include "backends/platform/symbian/src/SymbianActions.h"
-SdlGraphicsManager::SdlGraphicsManager() {
-}
-
-SdlGraphicsManager::~SdlGraphicsManager() {
-}
-
int SymbianSdlGraphicsManager::getDefaultGraphicsMode() const {
return GFX_NORMAL;
}