diff options
-rw-r--r-- | src/emu/ui/filesel.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/emu/ui/filesel.c b/src/emu/ui/filesel.c index bdb5361f7bf..d017b7f1bc7 100644 --- a/src/emu/ui/filesel.c +++ b/src/emu/ui/filesel.c @@ -328,10 +328,6 @@ void ui_menu_file_create::handle() reset(UI_MENU_RESET_REMEMBER_POSITION); } break; - - case IPT_UI_CANCEL: - ui_menu::stack_pop(machine()); - break; } } } |