[gimp] app: remove timer from gimp_apply_operation



commit 105219ecf3f8263ce0cb14552e537956a2b2716e
Author: Ãyvind KolÃs <pippin gimp org>
Date:   Thu May 3 02:38:08 2012 +0200

    app: remove timer from gimp_apply_operation

 app/core/gimp-apply-operation.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/app/core/gimp-apply-operation.c b/app/core/gimp-apply-operation.c
index 7cfc770..c4bb487 100644
--- a/app/core/gimp-apply-operation.c
+++ b/app/core/gimp-apply-operation.c
@@ -93,18 +93,10 @@ gimp_apply_operation (GeglBuffer          *src_buffer,
         }
     }
 
-#ifdef GIMP_UNSTABLE
-  GIMP_TIMER_START ();
-#endif
-
   while (gegl_processor_work (processor, &value))
     if (progress)
       gimp_progress_set_value (progress, value);
 
-#ifdef GIMP_UNSTABLE
-  GIMP_TIMER_END (undo_desc ? undo_desc : "operation");
-#endif
-
   g_object_unref (processor);
 
   g_object_unref (gegl);



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