diff --git a/src/window_scenery.c b/src/window_scenery.c index 25325cbea9..ee8cf72328 100644 --- a/src/window_scenery.c +++ b/src/window_scenery.c @@ -692,8 +692,6 @@ static void window_scenery_update(rct_window *w) windowHeight = 0x176; } - printf("update: %d\n", w->scrolls[0].v_bottom); - w->min_width = WINDOW_SCENERY_WIDTH; w->max_width = WINDOW_SCENERY_WIDTH; w->min_height = windowHeight; @@ -749,8 +747,6 @@ static void window_scenery_update(rct_window *w) void window_scenery_scrollgetsize() { int scrollHeight = window_scenery_scrollgetsize_num(); - printf("scrollgetsize: %d\n", scrollHeight); - #ifdef _MSC_VER __asm mov edx, scrollHeight #else