diff --git a/code/glTFExporter.h b/code/glTFExporter.h index 838711e25..0f9c169e5 100644 --- a/code/glTFExporter.h +++ b/code/glTFExporter.h @@ -55,17 +55,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. struct aiScene; struct aiNode; struct aiMaterial; -// struct aiMesh; namespace glTF { class Asset; - struct TexProperty; - - // class Ref; - - // struct Mesh; } namespace Assimp @@ -107,7 +101,6 @@ namespace Assimp unsigned int ExportNode(const aiNode* node); void ExportScene(); void ExportAnimations(); - // void ExportSkins(const aiMesh* aim, glTF::Ref& m); }; }