removed unused fields.

This commit is contained in:
morkt 2016-02-21 22:24:15 +04:00
parent 8760d2404e
commit c611ded16b
2 changed files with 1 additions and 2 deletions

View File

@ -441,7 +441,7 @@ namespace GameRes.Formats.Kogado
public uint help; /* bytes_to_follow resp. intermediate value */ public uint help; /* bytes_to_follow resp. intermediate value */
public byte buffer; /* buffer for input/output */ public byte buffer; /* buffer for input/output */
/* the following is used only when encoding */ /* the following is used only when encoding */
public uint bytecount; /* counter for outputed bytes */ // public uint bytecount; /* counter for outputed bytes */
} }
// とりあえずこれで可逆性を概ね確認 (数タイトルの song.txt で確認) // とりあえずこれで可逆性を概ね確認 (数タイトルの song.txt で確認)

View File

@ -73,7 +73,6 @@ namespace GameRes.Formats.Lucifen
internal class LuciOptions : ResourceOptions internal class LuciOptions : ResourceOptions
{ {
public string Scheme; public string Scheme;
public LpkOpener.Key Key;
} }
internal class LpkInfo internal class LpkInfo