Browse Source

remove dead code.

Signed-off-by: Kim Kulling <[email protected]>
Kim Kulling 10 years ago
parent
commit
1899de6ea9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      code/OpenGEXImporter.cpp

+ 0 - 1
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 ) {