summaryrefslogtreecommitdiff
path: root/atari/toolbar.c
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-11-29 02:11:37 +0100
committerOle Loots <ole@monochrom.net>2012-11-29 02:11:37 +0100
commit67d4da38ad994e3468119e3d6cc6f6041786144b (patch)
treefc035ec1fb7835bf1665c7eb6202ccfd529e2586 /atari/toolbar.c
parentc374f7fcf02068622e20682599903a7f7743ca0d (diff)
downloadnetsurf-67d4da38ad994e3468119e3d6cc6f6041786144b.tar.gz
netsurf-67d4da38ad994e3468119e3d6cc6f6041786144b.tar.bz2
Removed debug statements
Diffstat (limited to 'atari/toolbar.c')
-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);
}