summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/mathbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/mathbox.c')
-rw-r--r--src/mame/machine/mathbox.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/machine/mathbox.c b/src/mame/machine/mathbox.c
index 3ee043afe88..b1363ecb47a 100644
--- a/src/mame/machine/mathbox.c
+++ b/src/mame/machine/mathbox.c
@@ -344,7 +344,6 @@ DEVICE_GET_INFO( mathbox )
{
/* --- the following bits of info are returned as 64-bit signed integers --- */
case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(mathbox_state); break;
- case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break;
/* --- the following bits of info are returned as pointers to data or functions --- */
case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(mathbox);break;