[gimp/soc-2011-warp: 65/72] remove the warp operator, since it moved to GEGL
- From: Michael Murà <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2011-warp: 65/72] remove the warp operator, since it moved to GEGL
- Date: Sun, 4 Sep 2011 09:34:50 +0000 (UTC)
commit dc2a166779686a3efbd410492f72e8071c356c7b
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 ------
app/gegl/makefile.msc | 1 -
5 files changed, 0 insertions(+), 557 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);
diff --git a/app/gegl/makefile.msc b/app/gegl/makefile.msc
index 2e63acb..b616f94 100644
--- a/app/gegl/makefile.msc
+++ b/app/gegl/makefile.msc
@@ -46,7 +46,6 @@ OBJECTS = \
gimpoperationpointfilter.obj \
gimpposterizeconfig.obj \
gimpthresholdconfig.obj \
- gimpoperationwarp.obj \
INCLUDES = \
-FImsvc_recommended_pragmas.h \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]