summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/pc9801_kbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/pc9801_kbd.h')
-rw-r--r--src/mess/machine/pc9801_kbd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mess/machine/pc9801_kbd.h b/src/mess/machine/pc9801_kbd.h
index e1588b3ad06..3e220a9045d 100644
--- a/src/mess/machine/pc9801_kbd.h
+++ b/src/mess/machine/pc9801_kbd.h
@@ -53,8 +53,6 @@ protected:
UINT8 m_rx_buf[0x80];
UINT8 m_keyb_tx;
UINT8 m_keyb_rx;
- UINT8 m_caps_lock_state;
- UINT8 m_kana_lock_state;
};