From 8d35a11cf342211ca478ade3cd180ddc316eaafe Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Tue, 15 Jan 2013 01:54:54 +0100 Subject: Commented debug output --- atari/toolbar.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'atari/toolbar.c') diff --git a/atari/toolbar.c b/atari/toolbar.c index b37c9ad0f..98c11bb55 100644 --- a/atari/toolbar.c +++ b/atari/toolbar.c @@ -393,7 +393,7 @@ void toolbar_redraw(struct s_toolbar *tb, GRECT *clip) if(tb->reflow == true) toolbar_reflow(tb); - dbg_grect("toolbar redraw clip", clip); + // dbg_grect("toolbar redraw clip", clip); objc_draw_grect(aes_toolbar,0,8,clip); objc_draw_grect(&throbber_form[tb->throbber.index], 0, 1, clip); @@ -797,8 +797,8 @@ void toolbar_get_grect(struct s_toolbar *tb, short which, GRECT *dst) dst->g_h = aes_toolbar[which].ob_height; //aes_toolbar[which].ob_height; - printf("Toolbar get grect (%d): ", which); - dbg_grect("", dst); + //printf("Toolbar get grect (%d): ", which); + //dbg_grect("", dst); #undef LAST_TOOLBAR_AREA } -- cgit v1.2.3