From 9b39a211e49a6f60acf0a855f8633591dfbdd1d5 Mon Sep 17 00:00:00 2001 From: qcz Date: Thu, 4 Sep 2014 22:38:38 +0200 Subject: [PATCH] remove debug printf --- src/window_scenery.c | 4 ---- 1 file changed, 4 deletions(-) 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