Browse Source

removed leaked using

Vicente Penades Armengot 10 months ago
parent
commit
220d547e67
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/SharpGLTF.Toolkit/Schema2/MeshExtensions.cs

+ 0 - 1
src/SharpGLTF.Toolkit/Schema2/MeshExtensions.cs

@@ -10,7 +10,6 @@ using SharpGLTF.Geometry.VertexTypes;
 
 using MESHXFORM = SharpGLTF.Transforms.IGeometryTransform;
 using JSONEXTRAS = System.Text.Json.Nodes.JsonNode;
-using System.Diagnostics.CodeAnalysis;
 
 namespace SharpGLTF.Schema2
 {