removed obsolete commented out code

This commit is contained in:
Angelo Scandaliato
2016-10-07 00:26:08 -07:00
parent 84803bd51a
commit 574abd3c01

View File

@@ -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<glTF::Mesh>& m);
};
}