[gimp/soc-2011-warp: 65/72] remove the warp operator, since it moved to GEGL



commit c2ecdb719f65915ed75608adee609ae088792b1b
Author: Michael Murà <batolettre gmail com>
Date:   Mon Aug 1 20:48:30 2011 +0200

    remove the warp operator, since it moved to GEGL

 app/gegl/Makefile.am         |    2 -
 app/gegl/gimp-gegl.c         |    2 -
 app/gegl/gimpoperationwarp.c |  483 ------------------------------------------
 app/gegl/gimpoperationwarp.h |   69 ------
 4 files changed, 0 insertions(+), 556 deletions(-)
---
diff --git a/app/gegl/Makefile.am b/app/gegl/Makefile.am
index 3442165..addc33f 100644
--- a/app/gegl/Makefile.am
+++ b/app/gegl/Makefile.am
@@ -73,8 +73,6 @@ libappgegl_a_sources = \
 	gimpoperationposterize.h	\
 	gimpoperationthreshold.c	\
 	gimpoperationthreshold.h	\
-	gimpoperationwarp.c			\
-	gimpoperationwarp.h			\
 	\
 	gimpoperationpointlayermode.c	\
 	gimpoperationpointlayermode.h	\
diff --git a/app/gegl/gimp-gegl.c b/app/gegl/gimp-gegl.c
index 128e84e..b9f500b 100644
--- a/app/gegl/gimp-gegl.c
+++ b/app/gegl/gimp-gegl.c
@@ -43,7 +43,6 @@
 #include "gimpoperationthreshold.h"
 #include "gimpoperationtilesink.h"
 #include "gimpoperationtilesource.h"
-#include "gimpoperationwarp.h"
 
 #include "gimpoperationpointlayermode.h"
 #include "gimpoperationdissolvemode.h"
@@ -108,7 +107,6 @@ gimp_gegl_init (Gimp *gimp)
   g_type_class_ref (GIMP_TYPE_OPERATION_LEVELS);
   g_type_class_ref (GIMP_TYPE_OPERATION_POSTERIZE);
   g_type_class_ref (GIMP_TYPE_OPERATION_THRESHOLD);
-  g_type_class_ref (GIMP_TYPE_OPERATION_WARP);
 
   g_type_class_ref (GIMP_TYPE_OPERATION_POINT_LAYER_MODE);
   g_type_class_ref (GIMP_TYPE_OPERATION_DISSOLVE_MODE);



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