From 8fa8c17c8eb91a51322f782ca93e313a8ac9529b Mon Sep 17 00:00:00 2001 From: Fabio Priuli Date: Sun, 12 Oct 2014 08:24:36 +0000 Subject: [PATCH] removed unneeded define. nw. --- src/emu/cpu/dsp32/dsp32.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/emu/cpu/dsp32/dsp32.h b/src/emu/cpu/dsp32/dsp32.h index 5089ec75842..721f66d606a 100644 --- a/src/emu/cpu/dsp32/dsp32.h +++ b/src/emu/cpu/dsp32/dsp32.h @@ -13,14 +13,6 @@ #define __DSP32_H__ -//************************************************************************** -// INTERFACE CONFIGURATION MACROS -//************************************************************************** - -#define MCFG_DSP32C_CONFIG(_config) \ - dsp32c_device::static_set_config(*device, _config); - - //************************************************************************** // CONSTANTS //**************************************************************************