diff options
author | numzero <numzer0@yandex.ru> | 2023-02-20 00:55:45 +0300 |
---|---|---|
committer | numzero <numzer0@yandex.ru> | 2023-02-22 21:11:12 +0300 |
commit | 67f852be576027e07c94f08ff65f8065244e59a0 (patch) | |
tree | 3212c001462fed57db5da64d6fd00dd68893f0ce /source/Irrlicht/CFileSystem.cpp | |
parent | 5a2b8078908dfe4e3b27a988577c2dd151eb6470 (diff) | |
download | irrlicht-67f852be576027e07c94f08ff65f8065244e59a0.tar.xz |
Drop obsolete configuration macros
Diffstat (limited to 'source/Irrlicht/CFileSystem.cpp')
-rw-r--r-- | source/Irrlicht/CFileSystem.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/Irrlicht/CFileSystem.cpp b/source/Irrlicht/CFileSystem.cpp index 45e8680..17ae7b3 100644 --- a/source/Irrlicht/CFileSystem.cpp +++ b/source/Irrlicht/CFileSystem.cpp @@ -54,9 +54,7 @@ CFileSystem::CFileSystem() //! reset current working directory
getWorkingDirectory();
-#ifdef __IRR_COMPILE_WITH_ZIP_ARCHIVE_LOADER_
ArchiveLoader.push_back(new CArchiveLoaderZIP(this));
-#endif
}
|