summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2013-04-12 01:05:37 +0200
committerOle Loots <ole@monochrom.net>2013-04-12 01:05:37 +0200
commitc9fd3a4f133587b8913f964cde1c6e02561adba8 (patch)
tree35788b5e02f4ed61f43f9bca3739440d21c8e9dc
parent916ca92bfc1f0fb0cc30b1448d71b3259c20796e (diff)
downloadnetsurf-c9fd3a4f133587b8913f964cde1c6e02561adba8.tar.gz
netsurf-c9fd3a4f133587b8913f964cde1c6e02561adba8.tar.bz2
Removed debug output
-rwxr-xr-xatari/plot/plot.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/atari/plot/plot.c b/atari/plot/plot.c
index e926deb77..dfd9b0eff 100755
--- a/atari/plot/plot.c
+++ b/atari/plot/plot.c
@@ -1928,9 +1928,9 @@ bool plot_clip(const struct rect *clip)
}
if (!rc_intersect(&screen, &gclip)) {
- dbg_rect("cliprect: ", &view.clipping);
- dbg_grect("screen: ", &canvas);
- dbg_grect("canvas clipped: ", &gclip);
+ //dbg_rect("cliprect: ", &view.clipping);
+ //dbg_grect("screen: ", &canvas);
+ //dbg_grect("canvas clipped: ", &gclip);
//assert(1 == 0);
}