diff options
Diffstat (limited to 'src/devices/video/vector.h')
-rw-r--r-- | src/devices/video/vector.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/video/vector.h b/src/devices/video/vector.h index 919395f043a..6b473c3501c 100644 --- a/src/devices/video/vector.h +++ b/src/devices/video/vector.h @@ -62,7 +62,4 @@ private: // device type definition DECLARE_DEVICE_TYPE(VECTOR, vector_device) -#define MCFG_VECTOR_ADD(_tag) \ - MCFG_DEVICE_ADD(_tag, VECTOR, 0) - #endif // MAME_VIDEO_VECTOR_H |