[gegl] Clean up last commit



commit e6a1fc945f65fde48dd5b151e21f20001e29df34
Author: Daniel Sabo <DanielSabo gmail com>
Date:   Wed Nov 13 07:27:03 2013 -0800

    Clean up last commit

 gegl/Makefile.am       |    2 +-
 gegl/gegl-algorithms.h |   17 +----------------
 2 files changed, 2 insertions(+), 17 deletions(-)
---
diff --git a/gegl/Makefile.am b/gegl/Makefile.am
index 4e38bf1..e779ab0 100644
--- a/gegl/Makefile.am
+++ b/gegl/Makefile.am
@@ -154,7 +154,7 @@ CLEANFILES += $(vapi_DATA)
 
 endif # HAVE_VALA
 
-EXTRA_DIST = gegl- GEGL_API_VERSION@.deps
+EXTRA_DIST += gegl- GEGL_API_VERSION@.deps
 
 endif # HAVE_INTROSPECTION
 
diff --git a/gegl/gegl-algorithms.h b/gegl/gegl-algorithms.h
index 8008f28..cc88e52 100644
--- a/gegl/gegl-algorithms.h
+++ b/gegl/gegl-algorithms.h
@@ -16,7 +16,6 @@
  * 2013 Daniel Sabo
  */
 
-
 #ifndef __GEGL_ALGORITHMS_H__
 #define __GEGL_ALGORITHMS_H__
 
@@ -24,21 +23,7 @@ G_BEGIN_DECLS
 
 #define GEGL_SCALE_EPSILON 1.e-6
 
-/*
-typedef void (GeglBoxfilterFunction *) (guchar              *dest_buf,
-                                        const guchar        *source_buf,
-                                        const GeglRectangle *dst_rect,
-                                        const GeglRectangle *src_rect,
-                                        gint                 s_rowstride,
-                                        gdouble              scale,
-                                        gint                 components,
-                                        gint                 d_rowstride);
-
-GeglBoxfilterFunction *
-gegl_resample_get_boxfilter_function (const Babl *format);
-*/
-
-/* Attempt to resable with a 3x3 boxfilter, if no boxfilter is
+/* Attempt to resample with a 3x3 boxfilter, if no boxfilter is
  * available for #format fall back to nearest neighbor.
  * #scale is assumed to be between 0.5 and +inf.
  */


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