From a975e6c4150264ea91d64a1296be78c3bddff0e9 Mon Sep 17 00:00:00 2001 From: morkt Date: Sat, 25 Jun 2016 22:43:08 +0400 Subject: [PATCH] (AutoEntry): removed unused field. --- ArcFormats/ArcCommon.cs | 2 -- 1 file changed, 2 deletions(-) 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