From 5bac802b5f64caf98dc7da81af8fbbbbefc91f97 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 30 Aug 2012 10:06:22 +0000 Subject: Removed zero sized inline_config (no whatsnew) --- src/mess/video/apollo.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mess/video/apollo.c') diff --git a/src/mess/video/apollo.c b/src/mess/video/apollo.c index 4caecf3cab5..65757433011 100644 --- a/src/mess/video/apollo.c +++ b/src/mess/video/apollo.c @@ -841,7 +841,6 @@ static DEVICE_RESET( apollo_mono15i ) { DEVICE_GET_INFO( apollo_mono19i ) { 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(screen_data_t); break; /* --- the following bits of info are returned as pointers to data or functions --- */ @@ -861,7 +860,6 @@ DEVICE_GET_INFO( apollo_mono19i ) { DEVICE_GET_INFO( apollo_mono15i ) { 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(screen_data_t); break; /* --- the following bits of info are returned as pointers to data or functions --- */ -- cgit v1.2.3-70-g09d2