[gegl/soc-2011-warp: 2/16] GeglPath: remove GEGL_PATH_INTERNAL
- From: Michael Murà <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/soc-2011-warp: 2/16] GeglPath: remove GEGL_PATH_INTERNAL
- Date: Wed, 29 Jun 2011 09:16:58 +0000 (UTC)
commit 3a9e6cc0439e8b4d2af7347880006d91f506634d
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]