[gimp/soc-2011-seamless-clone2] core: remove unneeded call to gegl_buffer_sample_cleanup



commit 8df49daf3aa0f2cd1296563a9d30c107aac3d797
Author: Michael Henning <drawoc darkrefraction com>
Date:   Sun Apr 7 12:30:29 2013 -0400

    core: remove unneeded call to gegl_buffer_sample_cleanup

 app/core/gimpimage-contiguous-region.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/app/core/gimpimage-contiguous-region.c b/app/core/gimpimage-contiguous-region.c
index 2d1b227..64edbbc 100644
--- a/app/core/gimpimage-contiguous-region.c
+++ b/app/core/gimpimage-contiguous-region.c
@@ -439,9 +439,6 @@ find_contiguous_segment (const gfloat        *col,
                    0, babl_format ("Y float"), &mask_row[*start],
                    GEGL_AUTO_ROWSTRIDE);
 
-  /* XXX this should now be needed and is a performance killer */
-  gegl_buffer_sample_cleanup (mask_buffer);
-
   return TRUE;
 }
 


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