mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 21:55:34 +08:00
(AutoEntry): removed unused field.
This commit is contained in:
parent
59d7c3ad40
commit
a975e6c415
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user