summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/olytext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/olytext.cpp')
-rw-r--r--src/mame/drivers/olytext.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/olytext.cpp b/src/mame/drivers/olytext.cpp
index d22c9706e20..8eab41a390a 100644
--- a/src/mame/drivers/olytext.cpp
+++ b/src/mame/drivers/olytext.cpp
@@ -51,7 +51,6 @@ public:
protected:
virtual void machine_start() override;
virtual void machine_reset() override;
-// virtual void device_timer(emu_timer &timer, device_timer_id id, int param) override;
private:
uint32_t screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);