diff options
author | 2010-02-10 10:40:58 +0000 | |
---|---|---|
committer | 2010-02-10 10:40:58 +0000 | |
commit | 51f4cf5be97eed95809abb62787d18406e31775e (patch) | |
tree | 29cca09064388af06f1d901d80b4d39a624c0eb7 /src/emu/ui.c | |
parent | 96413ff354e525e77d8c46bb2c365015eba1351d (diff) |
Rollback of show_warning add, sorry did not know about policy of this issue.
Diffstat (limited to 'src/emu/ui.c')
-rw-r--r-- | src/emu/ui.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/emu/ui.c b/src/emu/ui.c index d4920205dd2..3fd8581f5fb 100644 --- a/src/emu/ui.c +++ b/src/emu/ui.c @@ -237,10 +237,6 @@ int ui_display_startup_screens(running_machine *machine, int first_time, int sho int show_warnings = TRUE; int state; - show_warnings = !options_get_bool(mame_options(), OPTION_SKIP_WARNINGS); - if (!show_warnings) - show_disclaimer = FALSE; - /* disable everything if we are using -str for 300 or fewer seconds, or if we're the empty driver, or if we are debugging */ if (!first_time || (str > 0 && str < 60*5) || machine->gamedrv == &GAME_NAME(empty) || (machine->debug_flags & DEBUG_FLAG_ENABLED) != 0) |