diff options
Diffstat (limited to 'backends/platform/ds/arm9/source/osystem_ds.cpp')
-rw-r--r-- | backends/platform/ds/arm9/source/osystem_ds.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/backends/platform/ds/arm9/source/osystem_ds.cpp b/backends/platform/ds/arm9/source/osystem_ds.cpp index c35433d3fc..9abeb59474 100644 --- a/backends/platform/ds/arm9/source/osystem_ds.cpp +++ b/backends/platform/ds/arm9/source/osystem_ds.cpp @@ -175,11 +175,6 @@ bool OSystem_DS::setGraphicsMode(int mode) { return true; } -bool OSystem_DS::setGraphicsMode(const char *name) { - consolePrintf("Set gfx mode %s\n", name); - return true; -} - int OSystem_DS::getGraphicsMode() const { return -1; } |