浏览代码

Remove commented out code

Daniel Hritzkiv 8 年之前
父节点
当前提交
a5e8e0b2bd
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      code/glTF2Asset.h

+ 0 - 7
code/glTF2Asset.h

@@ -717,13 +717,6 @@ namespace glTF2
         float strength = 1;
     };
 
-    //! Holds a material property that can be a texture or a color (fallback for glTF 1)
-    /*struct FallbackTexProperty
-    {
-        Ref<Texture> texture;
-        vec4 color;
-    };*/
-
     struct PbrMetallicRoughness
     {
         vec4 baseColorFactor;