diff --git a/ArcFormats/ArcCommon.cs b/ArcFormats/ArcCommon.cs index 31c614c3..fe453f2d 100644 --- a/ArcFormats/ArcCommon.cs +++ b/ArcFormats/ArcCommon.cs @@ -91,8 +91,6 @@ namespace GameRes.Formats { return null == m_res.Value ? "" : m_res.Value.Type; } - - static readonly Lazy s_OggFormat = new Lazy (() => FormatCatalog.Instance.AudioFormats.FirstOrDefault (x => x.Tag == "OGG")); } public class HuffmanDecoder