[gegl] utils: Remove unused function prototypes.



commit ee85a0d71ed793f4897faca5a28cc135f565eea5
Author: Michael Henning <drawoc darkrefraction com>
Date:   Mon Aug 12 15:15:15 2013 -0400

    utils: Remove unused function prototypes.

 gegl/gegl-utils.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/gegl/gegl-utils.c b/gegl/gegl-utils.c
index d0589f0..21981f7 100644
--- a/gegl/gegl-utils.c
+++ b/gegl/gegl-utils.c
@@ -245,9 +245,6 @@ gegl_rectangle_get_type (void)
 
 #define GEGL_ALIGN 16
 
-gpointer
-gegl_malloc (gsize size);
-
 /* utility call that makes sure allocations are 16 byte aligned.
  * making RGBA float buffers have aligned access for pixels.
  */
@@ -274,8 +271,6 @@ gpointer gegl_calloc (gsize size, int n_memb)
 }
 
 void
-gegl_free (gpointer buf);
-void
 gegl_free (gpointer buf)
 {
   g_assert (buf);


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