From ea7f710d704f77ef0439aded91e82441d1fe12cb Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Thu, 25 Dec 2025 21:34:49 +0100 Subject: [PATCH] Update glTF2Asset.h --- code/AssetLib/glTF2/glTF2Asset.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/AssetLib/glTF2/glTF2Asset.h b/code/AssetLib/glTF2/glTF2Asset.h index 6acd9b5ba..7f1773eaa 100644 --- a/code/AssetLib/glTF2/glTF2Asset.h +++ b/code/AssetLib/glTF2/glTF2Asset.h @@ -58,8 +58,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef GLTF2ASSET_H_INC #define GLTF2ASSET_H_INC -//#if !defined(ASSIMP_BUILD_NO_GLTF_IMPORTER) && !defined(ASSIMP_BUILD_NO_GLTF2_IMPORTER) - #include #include @@ -1283,6 +1281,4 @@ inline std::string getContextForErrorMessages(const std::string &id, const std:: // Include the implementation of the methods #include "glTF2Asset.inl" -//#endif // ASSIMP_BUILD_NO_GLTF_IMPORTER - #endif // GLTF2ASSET_H_INC