summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-07-18 18:58:56 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-07-18 18:58:56 -0400
commit752d51a80bb73dd6fc919bcf9a2bd3e1d27ee1cb (patch)
tree7f518af4d9307c06f7b69fda14d8267bb1102469
parent30b4b9e0348b9d3332dcbed225df3e27fd018c40 (diff)
saitek_stratos.cpp: Fix clang build [-Werror, -Wunused-private-field] (nw)
-rw-r--r--src/mame/drivers/saitek_stratos.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/saitek_stratos.cpp b/src/mame/drivers/saitek_stratos.cpp
index 8c09af2c0f1..4e29699ad97 100644
--- a/src/mame/drivers/saitek_stratos.cpp
+++ b/src/mame/drivers/saitek_stratos.cpp
@@ -71,9 +71,9 @@ private:
uint32_t ind_leds;
bool m_lcd_written;
- u8 m_lcd_address;
- u8 m_lcd_ram[0x100];
- u8 m_lcd_latch;
+ //u8 m_lcd_address;
+ //u8 m_lcd_ram[0x100];
+ //u8 m_lcd_latch;
u8 m_lcd_data;
void show_leds();