diff options
Diffstat (limited to 'backends/platform/sdl/switch/switch.cpp')
-rw-r--r-- | backends/platform/sdl/switch/switch.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/backends/platform/sdl/switch/switch.cpp b/backends/platform/sdl/switch/switch.cpp index 1a3c573608..120fb955fb 100644 --- a/backends/platform/sdl/switch/switch.cpp +++ b/backends/platform/sdl/switch/switch.cpp @@ -30,10 +30,6 @@ #include "backends/fs/posix/posix-fs-factory.h" #include "backends/fs/posix/posix-fs.h" -OSystem_Switch::OSystem_Switch(Common::String baseConfigName) - : _baseConfigName(baseConfigName) { -} - void OSystem_Switch::init() { // Initialze File System Factory @@ -126,10 +122,6 @@ void OSystem_Switch::logMessage(LogMessageType::Type type, const char *message) printf("%s\n", message); } -Common::String OSystem_Switch::getDefaultConfigFileName() { - return _baseConfigName; -} - Common::String OSystem_Switch::getDefaultLogFileName() { return "scummvm.log"; } |