summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/comxexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/comxexp.h')
-rw-r--r--src/mess/machine/comxexp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mess/machine/comxexp.h b/src/mess/machine/comxexp.h
index 354a30fad58..19d9f03f9b7 100644
--- a/src/mess/machine/comxexp.h
+++ b/src/mess/machine/comxexp.h
@@ -148,9 +148,6 @@ protected:
virtual UINT8 comx_io_r(offs_t offset) { return 0; };
virtual void comx_io_w(offs_t offset, UINT8 data) { };
- // video
- virtual UINT32 comx_screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect) { return false; }
-
comx_expansion_slot_device *m_slot;
};