(AutoEntry): removed unused field.

This commit is contained in:
morkt 2016-06-25 22:43:08 +04:00
parent 59d7c3ad40
commit a975e6c415

View File

@ -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