summaryrefslogtreecommitdiff
path: root/atari/toolbar.c
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-11-29 02:10:23 +0100
committerOle Loots <ole@monochrom.net>2012-11-29 02:10:23 +0100
commitc374f7fcf02068622e20682599903a7f7743ca0d (patch)
tree4a05bba7ad73a4e152cdf6fa20dcde882cadd85e /atari/toolbar.c
parentb1018779f984ed1ac57663b97fa439602074d1d9 (diff)
downloadnetsurf-c374f7fcf02068622e20682599903a7f7743ca0d.tar.gz
netsurf-c374f7fcf02068622e20682599903a7f7743ca0d.tar.bz2
Removed debug statements
Diffstat (limited to 'atari/toolbar.c')
-rw-r--r--atari/toolbar.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/atari/toolbar.c b/atari/toolbar.c
index 1c3a17c56..8a29a532d 100644
--- a/atari/toolbar.c
+++ b/atari/toolbar.c
@@ -192,7 +192,6 @@ static void tb_txt_request_redraw(void *data, int x, int y, int w, int h)
{
GRECT area;
- printf("data: %p\n", data);
struct s_toolbar * tb = (struct s_toolbar *)data;
toolbar_get_grect(tb, TOOLBAR_URL_AREA, &area);
@@ -526,7 +525,7 @@ void toolbar_get_grect(struct s_toolbar *tb, short which, GRECT *dst)
dst->g_w = aes_toolbar[which].ob_width;
dst->g_h = aes_toolbar[which].ob_height;
- printf("Toolbar get grect (%d): ", which);
+ //printf("Toolbar get grect (%d): ", which);
dbg_grect("", dst);
}