summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/vector.h
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2019-01-09 20:40:56 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2019-01-09 20:40:56 +0100
commit4cbc8b5716232d40fa240ae18f89fd3ed1dfa256 (patch)
treea307e29a4a728db6d85facdf9f91e1eaff32c6ec /src/devices/video/vector.h
parenta0befdca39bda422c5be2200335fc28bb8032a26 (diff)
devices/video: some MCFG macro removal (nw)
Diffstat (limited to 'src/devices/video/vector.h')
-rw-r--r--src/devices/video/vector.h3
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