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