mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 21:55:34 +08:00
(AmiFormat.Reader): removed unused field.
This commit is contained in:
parent
6c0f5a0d80
commit
308b881f45
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user