mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Fix clang error: private field 'm_custom_irq' is not used [-Werror,-Wunused-private-field] (nw)
This commit is contained in:
parent
d24fc57a95
commit
7ed066e2dd
@ -112,9 +112,6 @@ private:
|
||||
// screen updates
|
||||
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
|
||||
int m_custom_irq;
|
||||
uint16_t m_custom_irq_vector;
|
||||
|
||||
INTERRUPT_GEN_MEMBER(interrupt);
|
||||
|
||||
DECLARE_READ8_MEMBER(elan_eu3a05_pal_ntsc_r);
|
||||
|
Loading…
Reference in New Issue
Block a user