[gegl/soc-2011-warp: 2/23] GeglPath: remove GEGL_PATH_INTERNAL



commit 68e570a343ebe3b9b15a218b26c1b3f39742cfa0
Author: Michael Murà <batolettre gmail com>
Date:   Tue Jun 21 14:47:54 2011 +0200

    GeglPath: remove GEGL_PATH_INTERNAL

 gegl/property-types/gegl-path.c |   13 -------------
 gegl/property-types/gegl-path.h |    6 ------
 2 files changed, 0 insertions(+), 19 deletions(-)
---
diff --git a/gegl/property-types/gegl-path.c b/gegl/property-types/gegl-path.c
index 2725d9d..af62c2d 100644
--- a/gegl/property-types/gegl-path.c
+++ b/gegl/property-types/gegl-path.c
@@ -23,19 +23,6 @@
 
 #include <glib-object.h>
 
-#define GEGL_PATH_INTERNAL
-typedef struct Point
-{
-  gfloat x;
-  gfloat y;
-} Point;
-
-typedef struct GeglPathItem
-{
-  gchar  type; /* should perhaps be padded out? */
-  Point  point[1]; /* variable length internally */
-} GeglPathItem;
-
 #include "gegl.h"
 #include "gegl-types-internal.h"
 #include "gegl-buffer-private.h"
diff --git a/gegl/property-types/gegl-path.h b/gegl/property-types/gegl-path.h
index d99f423..b32c368 100644
--- a/gegl/property-types/gegl-path.h
+++ b/gegl/property-types/gegl-path.h
@@ -55,10 +55,6 @@ GType                gegl_path_get_type       (void) G_GNUC_CONST;
  * with new knot interpretations.
  */
 
-#ifndef GEGL_PATH_INTERNAL
-
-
-
 /**
  * GeglPathItem:
  *
@@ -94,8 +90,6 @@ typedef struct GeglPathItem
                     * have the exact number of pairs allocated.
                     */
 } GeglPathItem;
-#endif
-
 
 
 /**



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