mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
qx10kbd: Remove unused private variables to fix clang build (nw)
This commit is contained in:
parent
a7ac2f0dae
commit
8af4b0b42a
@ -29,7 +29,7 @@ private:
|
|||||||
required_ioport_array<16> m_rows;
|
required_ioport_array<16> m_rows;
|
||||||
required_device<cpu_device> m_mcu;
|
required_device<cpu_device> m_mcu;
|
||||||
emu_timer *m_bit_timer;
|
emu_timer *m_bit_timer;
|
||||||
u8 m_line, m_rxd, m_clk;
|
u8 m_rxd;
|
||||||
int m_row, m_clk_state;
|
int m_row, m_clk_state;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user