diff options
author | 2015-01-06 17:17:36 +0100 | |
---|---|---|
committer | 2015-01-06 17:17:36 +0100 | |
commit | f8f06c9a5c23b3a5082813f998b08baba809c1f9 (patch) | |
tree | 5f7f881c6c1263951f45ee9b353b1cb13141b93f | |
parent | 224878c426f5fd406f57a517adabe26a4492764e (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.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; } } } |