More streamlined handling of io bases

This commit is contained in:
Leonetienne
2022-05-31 18:17:29 +02:00
parent 30289214f8
commit 313c265c0b
6 changed files with 59 additions and 64 deletions
-3
View File
@@ -38,9 +38,6 @@ namespace IO {
private:
static std::istream* in;
// The format to read data in
static Configuration::IOBASE_FORMAT inFormat;
// We have to hold on to a reference to a filestream,
// even if we're always just reading from in.
// We still have to CLOSE the file handle afterwards!