aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/posix/posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/sdl/posix/posix.h')
-rw-r--r--backends/platform/sdl/posix/posix.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/backends/platform/sdl/posix/posix.h b/backends/platform/sdl/posix/posix.h
index 5df6738d45..41fdc35c99 100644
--- a/backends/platform/sdl/posix/posix.h
+++ b/backends/platform/sdl/posix/posix.h
@@ -27,10 +27,6 @@
class OSystem_POSIX : public OSystem_SDL {
public:
- // Let the subclasses be able to change _baseConfigName in the constructor
- OSystem_POSIX(Common::String baseConfigName = "scummvm.ini");
- virtual ~OSystem_POSIX() {}
-
virtual bool hasFeature(Feature f);
virtual bool displayLogFile();
@@ -45,13 +41,6 @@ public:
Common::String getScreenshotsPath() override;
protected:
- /**
- * Base string for creating the default path and filename for the
- * configuration file. This allows the Mac OS X subclass to override
- * the config file path and name.
- */
- Common::String _baseConfigName;
-
virtual Common::String getDefaultConfigFileName();
virtual Common::String getDefaultLogFileName();