[gegl/soc-2011-warp: 16/23] GeglPath: remove the declaration of unused path type "linear curve position associated value"



commit b5baf3f545178aa2543cad2f9ff6e7522d66c808
Author: Michael Murà <batolettre gmail com>
Date:   Tue Jun 28 23:44:31 2011 +0200

    GeglPath: remove the declaration of unused path type "linear curve position associated value"

 gegl/property-types/gegl-path.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/gegl/property-types/gegl-path.c b/gegl/property-types/gegl-path.c
index d7f5343..37e318a 100644
--- a/gegl/property-types/gegl-path.c
+++ b/gegl/property-types/gegl-path.c
@@ -207,10 +207,6 @@ gegl_path_class_init (GeglPathClass *klass)
                   g_cclosure_marshal_VOID__POINTER,
                   G_TYPE_NONE, /*return type */
                   1, G_TYPE_POINTER);
-
-  /* FIXME: should this just be 2 ? (and is this even currently in use?) */
-  gegl_path_add_type ('_', 2, "linear curve position associated value");
-
 }
 
 static void



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