mirror of
https://github.com/holub/mame
synced 2025-07-06 10:29:38 +03:00
commented out stray printf
This commit is contained in:
parent
ac3730e8dd
commit
9f7081257d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user