mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-06-06 13:39:09 +08:00
(AutoEntry): removed unused field.
This commit is contained in:
@@ -91,8 +91,6 @@ namespace GameRes.Formats
|
||||
{
|
||||
return null == m_res.Value ? "" : m_res.Value.Type;
|
||||
}
|
||||
|
||||
static readonly Lazy<AudioFormat> s_OggFormat = new Lazy<AudioFormat> (() => FormatCatalog.Instance.AudioFormats.FirstOrDefault (x => x.Tag == "OGG"));
|
||||
}
|
||||
|
||||
public class HuffmanDecoder
|
||||
|
||||
Reference in New Issue
Block a user