From 1899de6ea9f53cdcc30b93253f8ecebe7a749409 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Tue, 14 Apr 2015 12:03:51 +0200 Subject: [PATCH] remove dead code. Signed-off-by: Kim Kulling --- code/OpenGEXImporter.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/code/OpenGEXImporter.cpp b/code/OpenGEXImporter.cpp index 8454ae1f2..9dd2197a7 100644 --- a/code/OpenGEXImporter.cpp +++ b/code/OpenGEXImporter.cpp @@ -769,7 +769,6 @@ void OpenGEXImporter::resolveReferences() { if( m_mesh2refMap.end() != it ) { unsigned int meshIdx = m_mesh2refMap[ name ]; node->mMeshes[ i ] = meshIdx; - //node->mNumMeshes++; } } } else if( RefInfo::MaterialRef == currentRefInfo->m_type ) {