[gegl] vignette: make bounds equal to input bounds



commit b6d92c44566c1b1c1a51267c8d8e3ac376ad4688
Author: �yvind Kolås <pippin gimp org>
Date:   Mon Apr 25 22:32:45 2011 +0100

    vignette: make bounds equal to input bounds

 operations/common/vignette.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/operations/common/vignette.c b/operations/common/vignette.c
index 9d71f16..ccdf655 100644
--- a/operations/common/vignette.c
+++ b/operations/common/vignette.c
@@ -48,13 +48,6 @@ prepare (GeglOperation *operation)
   gegl_operation_set_format (operation, "output", babl_format ("RaGaBaA float"));
 }
 
-static GeglRectangle
-get_bounding_box (GeglOperation *operation)
-{
-  GeglRectangle result = {-10000000, -10000000, 20000000, 20000000};
-  return result;
-}
-
 /* conversion function mapping between scale and aspect
  *
  * -1.0 = 0.0
@@ -213,7 +206,6 @@ gegl_chant_class_init (GeglChantClass *klass)
   point_filter_class = GEGL_OPERATION_POINT_FILTER_CLASS (klass);
 
   point_filter_class->process = process;
-  operation_class->get_bounding_box = get_bounding_box;
   operation_class->prepare = prepare;
   operation_class->no_cache = TRUE;
 



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