From c611ded16b54fc1a30193449e5c8e5d41a4a2723 Mon Sep 17 00:00:00 2001 From: morkt Date: Sun, 21 Feb 2016 22:24:15 +0400 Subject: [PATCH] removed unused fields. --- ArcFormats/KogadoCocotte.cs | 2 +- ArcFormats/Lucifen/ArcLPK.cs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ArcFormats/KogadoCocotte.cs b/ArcFormats/KogadoCocotte.cs index 288e939e..d99a6722 100644 --- a/ArcFormats/KogadoCocotte.cs +++ b/ArcFormats/KogadoCocotte.cs @@ -441,7 +441,7 @@ namespace GameRes.Formats.Kogado public uint help; /* bytes_to_follow resp. intermediate value */ public byte buffer; /* buffer for input/output */ /* the following is used only when encoding */ - public uint bytecount; /* counter for outputed bytes */ +// public uint bytecount; /* counter for outputed bytes */ } // とりあえずこれで可逆性を概ね確認 (数タイトルの song.txt で確認) diff --git a/ArcFormats/Lucifen/ArcLPK.cs b/ArcFormats/Lucifen/ArcLPK.cs index 25bd8aeb..ddd72a84 100644 --- a/ArcFormats/Lucifen/ArcLPK.cs +++ b/ArcFormats/Lucifen/ArcLPK.cs @@ -73,7 +73,6 @@ namespace GameRes.Formats.Lucifen internal class LuciOptions : ResourceOptions { public string Scheme; - public LpkOpener.Key Key; } internal class LpkInfo