Fix clang unused private field errors (nw)

This commit is contained in:
AJR 2019-11-06 09:54:39 -05:00
parent 7e653f28ad
commit 00c7cdb3ce

View File

@ -80,8 +80,6 @@ private:
void cumana68k_mem(address_map &map);
bool m_bEnabled;
int m_fdc_ie;
int m_fdc_drq;
uint8_t m_pia_sasi_pb;
};