diff options
Diffstat (limited to 'backends/platform/sdl/riscos/riscos.h')
-rw-r--r-- | backends/platform/sdl/riscos/riscos.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/backends/platform/sdl/riscos/riscos.h b/backends/platform/sdl/riscos/riscos.h index 49ac5a2264..7abeb4f8ef 100644 --- a/backends/platform/sdl/riscos/riscos.h +++ b/backends/platform/sdl/riscos/riscos.h @@ -37,18 +37,8 @@ public: virtual void logMessage(LogMessageType::Type type, const char *message); protected: - /** - * The path of the currently open log file, if any. - * - * @note This is currently a string and not an FSNode for simplicity; - * e.g. we don't need to include fs.h here, and currently the - * only use of this value is to use it to open the log file in an - * editor; for that, we need it only as a string anyway. - */ - Common::String _logFilePath; - virtual Common::String getDefaultConfigFileName(); - virtual Common::WriteStream *createLogFile(); + virtual Common::String getDefaultLogFileName(); }; #endif |