diff --git a/src/emu/mame.h b/src/emu/mame.h index 00271c2c1a8..a8b7d70c1da 100644 --- a/src/emu/mame.h +++ b/src/emu/mame.h @@ -198,11 +198,6 @@ struct _running_machine /* debugger-related information */ int debug_mode; /* was debug mode enabled? */ - /* MESS-specific information */ -#ifdef MESS - struct IODevice * devices; -#endif /* MESS */ - /* internal core information */ mame_private * mame_data; /* internal data from mame.c */ palette_private * palette_data; /* internal data from palette.c */