summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/t6a04.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/t6a04.h')
-rw-r--r--src/devices/video/t6a04.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/video/t6a04.h b/src/devices/video/t6a04.h
index 0232ffc71a6..38906063f02 100644
--- a/src/devices/video/t6a04.h
+++ b/src/devices/video/t6a04.h
@@ -65,7 +65,4 @@ private:
// device type definition
DECLARE_DEVICE_TYPE(T6A04, t6a04_device)
-#define MCFG_T6A04_SIZE(_width, _height) \
- downcast<t6a04_device &>(*device).set_size(_width, _height);
-
#endif // MAME_VIDEO_T6A04_H