mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
removed not used type (no whatsnew)
This commit is contained in:
parent
04d00122b0
commit
814a9fab6e
@ -52,14 +52,6 @@ typedef enum _ui_menu_reset_options ui_menu_reset_options;
|
||||
TYPE DEFINITIONS
|
||||
***************************************************************************/
|
||||
|
||||
/* forward declarations */
|
||||
class ui_menu;
|
||||
|
||||
|
||||
/* menu-related callback functions */
|
||||
typedef void (*ui_menu_custom_func)(running_machine &machine, ui_menu *menu, void *state, void *selectedref, float top, float bottom, float x, float y, float x2, float y2);
|
||||
|
||||
|
||||
/* menu-related events */
|
||||
struct ui_menu_event
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user