Merge pull request #52 from lioncash/macro

General: Remove unused macros
This commit is contained in:
Phillip Stephens 2019-08-26 16:49:15 -07:00 committed by GitHub
commit 23b9b92f9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 17 deletions

View File

@ -71,10 +71,3 @@ protected:
bool m_globalErr;
};
} // namespace athena::io
#ifndef FILEREADER_BASE
#define FILEREADER_BASE() \
private: \
typedef athena::io::FileReader base
#endif // FILEREADER_BASE

View File

@ -109,10 +109,3 @@ public:
~TransactionalFileWriter() override { flush(); }
};
} // namespace athena::io
#ifndef FILEWRITER_BASE
#define FILEWRITER_BASE() \
private: \
typedef athena::io::FileWriter base;
#endif // FILEWRITER_BASE

View File

@ -48,8 +48,5 @@ private:
};
} // namespace athena::io
#ifndef PHYSFSFILEREADER_BASE
#define PHYSFSFILEREADER_BASE() typedef athena::io::PHYSFSFileReader base
#endif
#endif // PHYSFSSTREAM_HPP
#endif // ATHENA_ENABLE_PHYSFS