aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/psp2/psp2.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/sdl/psp2/psp2.h')
-rw-r--r--backends/platform/sdl/psp2/psp2.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/backends/platform/sdl/psp2/psp2.h b/backends/platform/sdl/psp2/psp2.h
index a90272ba62..0b3be25950 100644
--- a/backends/platform/sdl/psp2/psp2.h
+++ b/backends/platform/sdl/psp2/psp2.h
@@ -30,10 +30,6 @@
class OSystem_PSP2 : public OSystem_SDL {
public:
- // Let the subclasses be able to change _baseConfigName in the constructor
- OSystem_PSP2(Common::String baseConfigName = "scummvm.ini");
- virtual ~OSystem_PSP2() {}
-
virtual void init() override;
virtual void initBackend() override;
virtual bool hasFeature(Feature f) override;
@@ -42,10 +38,6 @@ public:
virtual void logMessage(LogMessageType::Type type, const char *message) override;
protected:
- // Base string for creating the default path and filename
- // for the configuration file
- Common::String _baseConfigName;
-
virtual Common::String getDefaultConfigFileName() override;
virtual Common::String getDefaultLogFileName() override;
};