diff options
Diffstat (limited to 'src/devices/sound/es1373.h')
-rw-r--r-- | src/devices/sound/es1373.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/sound/es1373.h b/src/devices/sound/es1373.h index df3c62687bd..4f6bee13706 100644 --- a/src/devices/sound/es1373.h +++ b/src/devices/sound/es1373.h @@ -22,7 +22,6 @@ public: void reg_w(offs_t offset, uint32_t data, uint32_t mem_mask = ~0); protected: - virtual void device_resolve_objects() override; virtual void device_start() override; virtual void device_reset() override; virtual void device_add_mconfig(machine_config &config) override; |