[gimp] plug-ins: remove the IWarp plug-in



commit efd8fee58c220640b9850ecdc782f8a2ddd821dc
Author: Michael Natterer <mitch gimp org>
Date:   Sat Nov 8 00:53:17 2014 +0100

    plug-ins: remove the IWarp plug-in

 plug-ins/common/.gitignore     |    2 -
 plug-ins/common/Makefile.am    |   18 -
 plug-ins/common/gimprc.common  |    1 -
 plug-ins/common/iwarp.c        | 1803 ----------------------------------------
 plug-ins/common/plugin-defs.pl |    1 -
 po-plug-ins/POTFILES.in        |    1 -
 6 files changed, 0 insertions(+), 1826 deletions(-)
---
diff --git a/plug-ins/common/.gitignore b/plug-ins/common/.gitignore
index c2aa878..70bc36f 100644
--- a/plug-ins/common/.gitignore
+++ b/plug-ins/common/.gitignore
@@ -156,8 +156,6 @@
 /hot.exe
 /illusion
 /illusion.exe
-/iwarp
-/iwarp.exe
 /jigsaw
 /jigsaw.exe
 /lcms
diff --git a/plug-ins/common/Makefile.am b/plug-ins/common/Makefile.am
index f2602b9..9d6a5eb 100644
--- a/plug-ins/common/Makefile.am
+++ b/plug-ins/common/Makefile.am
@@ -121,7 +121,6 @@ libexec_PROGRAMS = \
        guillotine \
        hot \
        illusion \
-       iwarp \
        jigsaw \
        lcms \
        lens-flare \
@@ -1548,23 +1547,6 @@ illusion_LDADD = \
        $(INTLLIBS)             \
        $(illusion_RC)
 
-iwarp_SOURCES = \
-       iwarp.c
-
-iwarp_LDADD = \
-       $(libgimpui)            \
-       $(libgimpwidgets)       \
-       $(libgimpmodule)        \
-       $(libgimp)              \
-       $(libgimpmath)          \
-       $(libgimpconfig)        \
-       $(libgimpcolor)         \
-       $(libgimpbase)          \
-       $(GTK_LIBS)             \
-       $(RT_LIBS)              \
-       $(INTLLIBS)             \
-       $(iwarp_RC)
-
 jigsaw_SOURCES = \
        jigsaw.c
 
diff --git a/plug-ins/common/gimprc.common b/plug-ins/common/gimprc.common
index f28ae08..e41ed6e 100644
--- a/plug-ins/common/gimprc.common
+++ b/plug-ins/common/gimprc.common
@@ -75,7 +75,6 @@ grid_RC = grid.rc.o
 guillotine_RC = guillotine.rc.o
 hot_RC = hot.rc.o
 illusion_RC = illusion.rc.o
-iwarp_RC = iwarp.rc.o
 jigsaw_RC = jigsaw.rc.o
 lcms_RC = lcms.rc.o
 lens_flare_RC = lens-flare.rc.o
diff --git a/plug-ins/common/plugin-defs.pl b/plug-ins/common/plugin-defs.pl
index e5d9db6..610e024 100644
--- a/plug-ins/common/plugin-defs.pl
+++ b/plug-ins/common/plugin-defs.pl
@@ -76,7 +76,6 @@
     'guillotine' => {},
     'hot' => { ui => 1 },
     'illusion' => { ui => 1 },
-    'iwarp' => { ui => 1 },
     'jigsaw' => { ui => 1 },
     'lcms' => { ui => 1, gegl => 1, libs => 'LCMS_LIBS', cflags => 'LCMS_CFLAGS' },
     'lens-flare' => { ui => 1 },
diff --git a/po-plug-ins/POTFILES.in b/po-plug-ins/POTFILES.in
index 58ce97c..c72e97c 100644
--- a/po-plug-ins/POTFILES.in
+++ b/po-plug-ins/POTFILES.in
@@ -80,7 +80,6 @@ plug-ins/common/grid.c
 plug-ins/common/guillotine.c
 plug-ins/common/hot.c
 plug-ins/common/illusion.c
-plug-ins/common/iwarp.c
 plug-ins/common/jigsaw.c
 plug-ins/common/lcms.c
 plug-ins/common/lens-flare.c


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