Browse Source

Remove commented out code

Daniel Hritzkiv 8 years ago
parent
commit
a5e8e0b2bd
1 changed files with 0 additions and 7 deletions
  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;