mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-08 20:08:53 -05:00
Remove dead code
This commit is contained in:
@@ -120,12 +120,6 @@ namespace UniGLTF
|
||||
}
|
||||
}
|
||||
|
||||
internal GltfData(string targetPath, Utf8String jsonString, glTF gltf, IReadOnlyList<GlbChunk> chunks, IStorage storage, MigrationFlags migrationFlags)
|
||||
{
|
||||
TargetPath = targetPath;
|
||||
_utf8JsonString = jsonString;
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
NativeArrayManager.Dispose();
|
||||
|
||||
Reference in New Issue
Block a user