[gegl] Bug 609706 - Useless printf in mirrors.c



commit e0ee1176808bba8f2cb0c3b73248401d5397f2c2
Author: Vincent Untz <vuntz gnome org>
Date:   Fri Feb 12 11:58:22 2010 +0100

    Bug 609706 - Useless printf in mirrors.c

 operations/workshop/mirrors.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/operations/workshop/mirrors.c b/operations/workshop/mirrors.c
index aa693b6..7e9a419 100644
--- a/operations/workshop/mirrors.c
+++ b/operations/workshop/mirrors.c
@@ -232,8 +232,6 @@ apply_mirror (double mirror_angle,
 
 
 
-        printf ("> mirror marker 3: src: (%f,%f)-> (%d,%d)\n", cx, cy, col,row);
-
 #ifndef DO_NOT_USE_BUFFER_SAMPLE
         gegl_buffer_sample (src, cx, cy, 1.0, &dst_buf[(row * roi->width + col) * 4], format,  GEGL_INTERPOLATION_LINEAR);
 #endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]