mirror of
https://github.com/holub/mame
synced 2025-07-02 00:29:37 +03:00
jpmimpct.h: Fix clang error: private field 'm_alpha_clock' is not used [-Werror,-Wunused-private-field]
This commit is contained in:
parent
198696996f
commit
e042f49b05
@ -132,7 +132,6 @@ private:
|
|||||||
uint8_t m_Lamps[256];
|
uint8_t m_Lamps[256];
|
||||||
int m_optic_pattern;
|
int m_optic_pattern;
|
||||||
int m_payen;
|
int m_payen;
|
||||||
int m_alpha_clock;
|
|
||||||
int m_hopinhibit;
|
int m_hopinhibit;
|
||||||
int m_slidesout;
|
int m_slidesout;
|
||||||
int m_hopper[3];
|
int m_hopper[3];
|
||||||
|
Loading…
Reference in New Issue
Block a user