summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author etabeta78 <etabeta78@users.noreply.github.com>2015-01-06 17:17:36 +0100
committer etabeta78 <etabeta78@users.noreply.github.com>2015-01-06 17:17:36 +0100
commitf8f06c9a5c23b3a5082813f998b08baba809c1f9 (patch)
tree5f7f881c6c1263951f45ee9b353b1cb13141b93f
parent224878c426f5fd406f57a517adabe26a4492764e (diff)
reverted previous change, since it does not interact well with the rest of the
creation code. a better fix is in progress :)
-rw-r--r--src/emu/ui/filesel.c4
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;
}
}
}