summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/spc1000/exp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/spc1000/exp.h')
-rw-r--r--src/devices/bus/spc1000/exp.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/devices/bus/spc1000/exp.h b/src/devices/bus/spc1000/exp.h
index d10fe516401..b281e7a560c 100644
--- a/src/devices/bus/spc1000/exp.h
+++ b/src/devices/bus/spc1000/exp.h
@@ -28,15 +28,6 @@ class spc1000_exp_device : public device_t, public device_slot_interface
{
public:
// construction/destruction
- template <typename T>
- spc1000_exp_device(const machine_config &mconfig, const char *tag, device_t *owner, T &&opts)
- : spc1000_exp_device(mconfig, tag, owner, (uint32_t)0)
- {
- opts(*this);
- set_default_option(nullptr);
- set_fixed(false);
- }
-
spc1000_exp_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
virtual ~spc1000_exp_device();