summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/pc_lpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/pc_lpt.c')
-rw-r--r--src/mess/machine/pc_lpt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/machine/pc_lpt.c b/src/mess/machine/pc_lpt.c
index 2f227f3f8d0..97d56041526 100644
--- a/src/mess/machine/pc_lpt.c
+++ b/src/mess/machine/pc_lpt.c
@@ -121,7 +121,6 @@ DEVICE_GET_INFO( pc_lpt )
{
/* --- the following bits of info are returned as 64-bit signed integers --- */
case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(pc_lpt_state); break;
- case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break;
/* --- the following bits of info are returned as pointers --- */
case DEVINFO_PTR_MACHINE_CONFIG: info->machine_config = MACHINE_CONFIG_NAME(pc_lpt); break;