summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/psxcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/psxcd.h')
-rw-r--r--src/mame/machine/psxcd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/machine/psxcd.h b/src/mame/machine/psxcd.h
index f8f04305e88..4bcf9ee5696 100644
--- a/src/mame/machine/psxcd.h
+++ b/src/mame/machine/psxcd.h
@@ -25,7 +25,6 @@ public:
// static configuration helpers
template<class _Object> static devcb_base &set_irq_handler(device_t &device, _Object object) { return downcast<psxcd_device &>(device).m_irq_handler.set_callback(object); }
- static void static_set_devname(device_t &device, const char *devname);
virtual bool call_load() override;
virtual void call_unload() override;