From 122884557eef645d49cb210b656dad074c67edec Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Sun, 16 Nov 2025 17:19:29 +0100 Subject: [PATCH] Update glTF2AssetWriter.h --- code/AssetLib/glTF2/glTF2AssetWriter.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/AssetLib/glTF2/glTF2AssetWriter.h b/code/AssetLib/glTF2/glTF2AssetWriter.h index 0f5c7cca7..dd443e66a 100644 --- a/code/AssetLib/glTF2/glTF2AssetWriter.h +++ b/code/AssetLib/glTF2/glTF2AssetWriter.h @@ -57,8 +57,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef GLTF2ASSETWRITER_H_INC #define GLTF2ASSETWRITER_H_INC -//#if !defined(ASSIMP_BUILD_NO_GLTF_IMPORTER) && !defined(ASSIMP_BUILD_NO_GLTF2_IMPORTER) - #include "glTF2Asset.h" namespace glTF2 @@ -98,6 +96,4 @@ public: // Include the implementation of the methods #include "glTF2AssetWriter.inl" -//#endif // ASSIMP_BUILD_NO_GLTF_IMPORTER - #endif // GLTF2ASSETWRITER_H_INC