commented out stray printf

This commit is contained in:
Robbbert 2013-08-28 07:57:05 +00:00
parent ac3730e8dd
commit 9f7081257d

View File

@ -677,7 +677,7 @@ void winwindow_video_window_create(running_machine &machine, int index, win_moni
// allocate a new window object
window = global_alloc_clear(win_window_info(machine));
printf("%d, %d\n", config->width, config->height);
//printf("%d, %d\n", config->width, config->height);
window->maxwidth = config->width;
window->maxheight = config->height;
window->refresh = config->refresh;