summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2021-01-12 16:33:17 -0500
committer AJR <ajrhacker@users.noreply.github.com>2021-01-12 16:33:20 -0500
commite042f49b05902df4207bf6ea46ed32847d682a1f (patch)
tree91f76f660f51d1c62336612b234c3a8c923d8fad
parent198696996f7325173f7f82f868499d3554d203c9 (diff)
jpmimpct.h: Fix clang error: private field 'm_alpha_clock' is not used [-Werror,-Wunused-private-field]
-rw-r--r--src/mame/includes/jpmimpct.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/includes/jpmimpct.h b/src/mame/includes/jpmimpct.h
index dcf5d1104e0..b4a083ee1db 100644
--- a/src/mame/includes/jpmimpct.h
+++ b/src/mame/includes/jpmimpct.h
@@ -132,7 +132,6 @@ private:
uint8_t m_Lamps[256];
int m_optic_pattern;
int m_payen;
- int m_alpha_clock;
int m_hopinhibit;
int m_slidesout;
int m_hopper[3];