aboutsummaryrefslogtreecommitdiff
path: root/backends/dc/display.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/dc/display.cpp')
-rw-r--r--backends/dc/display.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/backends/dc/display.cpp b/backends/dc/display.cpp
index 23365ba7ca..6d5ab80c85 100644
--- a/backends/dc/display.cpp
+++ b/backends/dc/display.cpp
@@ -582,11 +582,6 @@ bool OSystem_Dreamcast::setGraphicsMode(int mode)
return mode == 0;
}
-bool OSystem_Dreamcast::setGraphicsMode(const char *name)
-{
- return strcmp(name, "default") == 0;
-}
-
int OSystem_Dreamcast::getGraphicsMode() const
{
return 0;