From 97513840e0e69bc5d3d6acd86366d7b52a0b7773 Mon Sep 17 00:00:00 2001 From: Deterous <138427222+Deterous@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:53:34 +1300 Subject: [PATCH] ID and UID are the same Property --- IRD/File.cs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/IRD/File.cs b/IRD/File.cs index 733a0d7..a72e5dc 100644 --- a/IRD/File.cs +++ b/IRD/File.cs @@ -50,12 +50,6 @@ namespace SabreTools.Models.IRD /// 5 bytes, ASCII public string AppVersion { get; set; } - /// - /// ID - /// - /// Version 7 - public uint ID { get; set; } - /// /// Length of the gzip-compressed header data /// @@ -142,4 +136,4 @@ namespace SabreTools.Models.IRD /// public uint CRC { get; set; } } -} \ No newline at end of file +}