removed MCFG_DEVICE_CONFIG_CLEAR as it's legacy but not used anymore (nw)

This commit is contained in:
smf- 2013-12-18 21:21:19 +00:00
parent 7b1a8df72a
commit 5ff1ef7082

View File

@ -35,8 +35,6 @@
// configure devices
#define MCFG_DEVICE_CONFIG(_config) \
device_t::static_set_static_config(*device, &(_config));
#define MCFG_DEVICE_CONFIG_CLEAR() \
device_t::static_set_static_config(*device, NULL);
#define MCFG_DEVICE_CLOCK(_clock) \
device_t::static_set_clock(*device, _clock);
#define MCFG_DEVICE_INPUT_DEFAULTS(_config) \