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