diff options
author | 2018-02-15 19:05:05 +0100 | |
---|---|---|
committer | 2018-02-15 19:05:05 +0100 | |
commit | 504dbe7b1a843c84d5b2fe21d59821c6e9b47d6f (patch) | |
tree | 8003670f0bb7c6d73b332b2335658309738d9757 /src/devices/sound/i5000.h | |
parent | d846c04d02292faa48422f6a77b58ae209547711 (diff) |
devices/machine: some private-ization (nw)
+ removed some duplication
Diffstat (limited to 'src/devices/sound/i5000.h')
-rw-r--r-- | src/devices/sound/i5000.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/sound/i5000.h b/src/devices/sound/i5000.h index 4cec4245810..a9fdfd39a1b 100644 --- a/src/devices/sound/i5000.h +++ b/src/devices/sound/i5000.h @@ -84,7 +84,6 @@ private: // device type definition -extern const device_type I5000_SND; DECLARE_DEVICE_TYPE(I5000_SND, i5000snd_device) #endif // MAME_SOUND_I5000_H |