summaryrefslogtreecommitdiff
path: root/atari
diff options
context:
space:
mode:
Diffstat (limited to 'atari')
-rw-r--r--atari/toolbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/toolbar.c b/atari/toolbar.c
index 8a29a532d..e57171cdd 100644
--- a/atari/toolbar.c
+++ b/atari/toolbar.c
@@ -526,7 +526,7 @@ void toolbar_get_grect(struct s_toolbar *tb, short which, GRECT *dst)
dst->g_h = aes_toolbar[which].ob_height;
//printf("Toolbar get grect (%d): ", which);
- dbg_grect("", dst);
+ //dbg_grect("", dst);
}