summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2014-10-27 07:23:02 +0000
committer smf- <smf-@users.noreply.github.com>2014-10-28 15:04:20 +0000
commit8f941b83d1decbff7d20589f1be328026ccd13fa (patch)
treebeda75b022a9d1e9d5f8e76eb1a856e02f5a3959
parentf80e2c0647455c7bc3ac104472a7b339806cd1b8 (diff)
removed unused variable (nw)
-rw-r--r--src/mame/machine/zndip.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/machine/zndip.h b/src/mame/machine/zndip.h
index 2285cbad464..c5747635bc6 100644
--- a/src/mame/machine/zndip.h
+++ b/src/mame/machine/zndip.h
@@ -42,7 +42,6 @@ private:
int m_select;
int m_clock;
- int m_datain;
UINT8 m_bit;
emu_timer *m_dip_timer;