From 574abd3c0184ef5d2b511dae9f7d6ccf02e7888b Mon Sep 17 00:00:00 2001 From: Angelo Scandaliato Date: Fri, 7 Oct 2016 00:26:08 -0700 Subject: [PATCH] removed obsolete commented out code --- code/glTFExporter.h | 7 ------- 1 file changed, 7 deletions(-) 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); }; }