summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2013-12-04 01:44:26 +0100
committerOle Loots <ole@monochrom.net>2013-12-04 01:44:26 +0100
commit66af93863dfd2a581bae8b83982b36959dc1b725 (patch)
tree7f359ed695f20f156af24a57182692fe829ece5d
parentc4ecef90d13bb446fec9624a819b99983c332c23 (diff)
downloadnetsurf-66af93863dfd2a581bae8b83982b36959dc1b725.tar.gz
netsurf-66af93863dfd2a581bae8b83982b36959dc1b725.tar.bz2
Removed debug print
-rwxr-xr-xatari/plot/plot.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/atari/plot/plot.c b/atari/plot/plot.c
index eaadb8f77..5896a6841 100755
--- a/atari/plot/plot.c
+++ b/atari/plot/plot.c
@@ -2063,7 +2063,6 @@ static bool plot_bitmap(int x, int y, int width, int height,
if(view.scale != 1.0){
width = (int)(((float)width)*view.scale);
height = (int)(((float)height)*view.scale);
- printf("bitmap scale: %d/%d (%f)\n", width, height, view.scale);
}
if ( repeat_x || repeat_y ) {