From 308b881f45991886dbdc87f9d5d636b445c51bf8 Mon Sep 17 00:00:00 2001 From: morkt Date: Wed, 6 May 2015 02:50:15 +0400 Subject: [PATCH] (AmiFormat.Reader): removed unused field. --- ArcFormats/ImageMAI.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/ArcFormats/ImageMAI.cs b/ArcFormats/ImageMAI.cs index ea0c3d97..7f0fd411 100644 --- a/ArcFormats/ImageMAI.cs +++ b/ArcFormats/ImageMAI.cs @@ -221,7 +221,6 @@ namespace GameRes.Formats.MAI private int m_width; private int m_height; private int m_pixel_size; - private bool m_compressed; private byte[] m_output; private byte[] m_alpha; private byte[] m_pixels;