浏览代码

Merge pull request #4140 from assimp/kimkulling-patch-cleanup

Remove dead code.
Kim Kulling 3 年之前
父节点
当前提交
0e38cec58c
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      code/AssetLib/3MF/XmlSerializer.cpp

+ 0 - 1
code/AssetLib/3MF/XmlSerializer.cpp

@@ -159,7 +159,6 @@ bool parseColor(const char *color, aiColor4D &diffuse) {
         return false;
         return false;
     }
     }
 
 
-    //const char *buf(color);
     if ('#' != color[0]) {
     if ('#' != color[0]) {
         return false;
         return false;
     }
     }