diff options
Diffstat (limited to 'src/emu/video.cpp')
-rw-r--r-- | src/emu/video.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/emu/video.cpp b/src/emu/video.cpp index ea50e8a662b..1d7c9096b3a 100644 --- a/src/emu/video.cpp +++ b/src/emu/video.cpp @@ -1037,15 +1037,6 @@ void video_manager::recompute_speed(const attotime &emutime) // if we're past the "time-to-execute" requested, signal an exit if (m_seconds_to_run != 0 && emutime.seconds() >= m_seconds_to_run) { -#ifdef MAME_DEBUG - if (g_tagmap_counter_enabled) - { - g_tagmap_counter_enabled = false; - if (*(machine().options().command()) == 0) - osd_printf_info("%d tagmap lookups\n", g_tagmap_finds); - } -#endif - if (machine().first_screen() != nullptr) { // create a final screenshot |