summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/atarifdc.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-08-30 10:06:22 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-08-30 10:06:22 +0000
commit5bac802b5f64caf98dc7da81af8fbbbbefc91f97 (patch)
treec0fbddea4d50630a401e5bb90f031dbcf14bb7f3 /src/mess/machine/atarifdc.c
parent76571c816113e5152c2b8d9d32ded96ce8442e7c (diff)
Removed zero sized inline_config (no whatsnew)
Diffstat (limited to 'src/mess/machine/atarifdc.c')
-rw-r--r--src/mess/machine/atarifdc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/machine/atarifdc.c b/src/mess/machine/atarifdc.c
index 2b1ebbde2c3..c44777e2634 100644
--- a/src/mess/machine/atarifdc.c
+++ b/src/mess/machine/atarifdc.c
@@ -821,7 +821,6 @@ DEVICE_GET_INFO( atari_fdc )
switch (state)
{
/* --- the following bits of info are returned as 64-bit signed integers --- */
- case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break;
case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(atari_fdc_t); break;
/* --- the following bits of info are returned as pointers --- */