summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu')
-rw-r--r--src/emu/screen.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/screen.cpp b/src/emu/screen.cpp
index e40b40991a6..14ca9d7b947 100644
--- a/src/emu/screen.cpp
+++ b/src/emu/screen.cpp
@@ -1022,7 +1022,6 @@ void screen_device::configure(int width, int height, const rectangle &visarea, a
// reallocate bitmap(s) if necessary
realloc_screen_bitmaps();
- if (machine().input().code_pressed(KEYCODE_E)) printf("CONFIGURE\n");
// compute timing parameters
m_frame_period = frame_period;