[gegl] GeglPath: remove GEGL_PATH_INTERNAL
- From: Ãyvind KolÃs <ok src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gegl] GeglPath: remove GEGL_PATH_INTERNAL
- Date: Fri,  8 Jul 2011 19:47:55 +0000 (UTC)
commit 8ceb2434d76ae476cbf39fdea66fef401d30e4ed
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]