From 4632a33087524a2ccb872ddb567b5a01b11aee26 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 30 Jul 2008 15:44:34 +0000 Subject: Revert my accidental commit of the OSystem changes (oops) svn-id: r33456 --- common/system.h | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'common/system.h') diff --git a/common/system.h b/common/system.h index 501d0802fd..b895a5cfba 100644 --- a/common/system.h +++ b/common/system.h @@ -44,8 +44,6 @@ namespace Common { class EventManager; class SaveFileManager; class TimerManager; - class SeekableReadStream; - class WriteStream; } class FilesystemFactory; @@ -902,25 +900,10 @@ public: /** * Returns the FilesystemFactory object, depending on the current architecture. * - * @return the FSNode factory for the current architecture + * @return FilesystemFactory* The specific factory for the current architecture. */ virtual FilesystemFactory *getFilesystemFactory() = 0; - /** - * Open the default config file for reading, by returning a suitable - * ReadStream instance. It is the callers responsiblity to delete - * the stream after use. - */ - virtual Common::SeekableReadStream *openConfigFileForReading(); - - /** - * Open the default config file for writing, by returning a suitable - * WriteStream instance. It is the callers responsiblity to delete - * the stream after use. - * - * May return 0 to indicate that writing to config file is not possible. - */ - virtual Common::WriteStream *openConfigFileForWriting(); /** * Return String which is used for backend-specific addition to theme -- cgit v1.2.3