diff options
| author | 2016-01-20 21:31:38 +0100 | |
|---|---|---|
| committer | 2016-01-20 21:31:38 +0100 | |
| commit | d01f8971e0634a651d70b2d6bd75947e131e3bd2 (patch) | |
| tree | e14a9fb3f03865d238dc452733db63d5551ff50c /src/emu/timer.cpp | |
| parent | 684132719f0911f817d7d001f8db8c09eaa46347 (diff) | |
Revert "fixed issue with -lx (nw)"
This reverts commit 1a7b8364f6b13ec4a70cea8b84d39fe417129af8.
Diffstat (limited to 'src/emu/timer.cpp')
| -rw-r--r-- | src/emu/timer.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/emu/timer.cpp b/src/emu/timer.cpp index f1a7ea44dd5..da5ea876c68 100644 --- a/src/emu/timer.cpp +++ b/src/emu/timer.cpp @@ -50,17 +50,6 @@ timer_device::timer_device(const machine_config &mconfig, std::string tag, devic //------------------------------------------------- -// static_configure_generic_empty - configuration -// helper to set up a generic timer -//------------------------------------------------- - -void timer_device::static_configure_generic_empty(device_t &device) -{ - timer_device &timer = downcast<timer_device &>(device); - timer.m_type = TIMER_TYPE_GENERIC; -} - -//------------------------------------------------- // static_configure_generic - configuration // helper to set up a generic timer //------------------------------------------------- |
