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/bus/crvision | |
parent | d846c04d02292faa48422f6a77b58ae209547711 (diff) |
devices/machine: some private-ization (nw)
+ removed some duplication
Diffstat (limited to 'src/devices/bus/crvision')
-rw-r--r-- | src/devices/bus/crvision/slot.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/bus/crvision/slot.h b/src/devices/bus/crvision/slot.h index bcf841ecfdd..f6fcabba4ce 100644 --- a/src/devices/bus/crvision/slot.h +++ b/src/devices/bus/crvision/slot.h @@ -97,7 +97,6 @@ protected: // device type definition -extern const device_type CRVISION_CART_SLOT; DECLARE_DEVICE_TYPE(CRVISION_CART_SLOT, crvision_cart_slot_device) |