aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/system.h')
-rw-r--r--common/system.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/common/system.h b/common/system.h
index 6e432a4e5c..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;
@@ -918,10 +916,6 @@ public:
return "";
}
//@}
-
-
- Common::SeekableReadStream *openConfigFileForReading();
- Common::WriteStream *openConfigFileForWriting();
};