(AmiFormat.Reader): removed unused field.

This commit is contained in:
morkt 2015-05-06 02:50:15 +04:00
parent 6c0f5a0d80
commit 308b881f45

View File

@ -221,7 +221,6 @@ namespace GameRes.Formats.MAI
private int m_width; private int m_width;
private int m_height; private int m_height;
private int m_pixel_size; private int m_pixel_size;
private bool m_compressed;
private byte[] m_output; private byte[] m_output;
private byte[] m_alpha; private byte[] m_alpha;
private byte[] m_pixels; private byte[] m_pixels;