summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/mc6845.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/mc6845.cpp')
-rw-r--r--src/devices/video/mc6845.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/devices/video/mc6845.cpp b/src/devices/video/mc6845.cpp
index add19de1f2b..9adfe40ca59 100644
--- a/src/devices/video/mc6845.cpp
+++ b/src/devices/video/mc6845.cpp
@@ -443,12 +443,6 @@ READ_LINE_MEMBER( mc6845_device::cursor_r )
}
-READ_LINE_MEMBER( mc6845_device::cursor_state_r )
-{
- return m_cursor_state;
-}
-
-
READ_LINE_MEMBER( mc6845_device::hsync_r )
{
return m_hsync;