mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
Fix clang error: private field 'm_sound_p1' is not used [-Werror,-Wunused-private-field]
This commit is contained in:
parent
a0b8c325ad
commit
9682226f6e
@ -117,7 +117,6 @@ private:
|
||||
void sound_io_w(offs_t offset, u8 data);
|
||||
void sound_p1_w(u8 data);
|
||||
u8 sound_p2_r();
|
||||
u8 m_sound_p1 = 0;
|
||||
u8 m_sound_code = 0;
|
||||
|
||||
// I8243 IO Expander x 4
|
||||
|
Loading…
Reference in New Issue
Block a user