mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +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;
|
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
|
public class HuffmanDecoder
|
||||||
|
|||||||
Reference in New Issue
Block a user