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/COBJMeshFileLoader.cpp | |
parent | 5a2b8078908dfe4e3b27a988577c2dd151eb6470 (diff) | |
download | irrlicht-67f852be576027e07c94f08ff65f8065244e59a0.tar.xz |
Drop obsolete configuration macros
Diffstat (limited to 'source/Irrlicht/COBJMeshFileLoader.cpp')
-rw-r--r-- | source/Irrlicht/COBJMeshFileLoader.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source/Irrlicht/COBJMeshFileLoader.cpp b/source/Irrlicht/COBJMeshFileLoader.cpp index c4fee23..11fa484 100644 --- a/source/Irrlicht/COBJMeshFileLoader.cpp +++ b/source/Irrlicht/COBJMeshFileLoader.cpp @@ -3,8 +3,6 @@ // For conditions of distribution and use, see copyright notice in irrlicht.h
#include "IrrCompileConfig.h"
-#ifdef _IRR_COMPILE_WITH_OBJ_LOADER_
-
#include "COBJMeshFileLoader.h"
#include "IMeshManipulator.h"
#include "IVideoDriver.h"
@@ -612,6 +610,3 @@ void COBJMeshFileLoader::cleanUp() } // end namespace scene
} // end namespace irr
-
-#endif // _IRR_COMPILE_WITH_OBJ_LOADER_
-
|