mirror of
https://github.com/holub/mame
synced 2025-07-03 17:08:39 +03:00
killcom: remove unused variable
This commit is contained in:
parent
6eaed722ca
commit
0b243c358b
@ -56,7 +56,6 @@ private:
|
|||||||
/* machine state */
|
/* machine state */
|
||||||
uint8_t m_current_port = 0;
|
uint8_t m_current_port = 0;
|
||||||
uint8_t m_audio_reset = 0;
|
uint8_t m_audio_reset = 0;
|
||||||
uint8_t m_audio_trigger = 0;
|
|
||||||
|
|
||||||
/* video state */
|
/* video state */
|
||||||
std::unique_ptr<uint8_t[]> m_videoram;
|
std::unique_ptr<uint8_t[]> m_videoram;
|
||||||
|
Loading…
Reference in New Issue
Block a user