summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/clock.h')
-rw-r--r--src/devices/machine/clock.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/machine/clock.h b/src/devices/machine/clock.h
index dbe6cd00bd9..32989a15149 100644
--- a/src/devices/machine/clock.h
+++ b/src/devices/machine/clock.h
@@ -26,9 +26,6 @@ protected:
virtual void device_clock_changed() override;
private:
- void update_timer();
- attotime period();
-
int m_signal;
emu_timer *m_timer;