[gimp/metadata-browser] app: remove timer from gimp_apply_operation
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] app: remove timer from gimp_apply_operation
- Date: Thu, 13 Sep 2012 00:03:43 +0000 (UTC)
commit f57662d9be58c71942c6452e4e869cd143ae779c
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]