[gimp/gtk3-port: 236/460] plug-ins: remove color-enhance, there is a GEGL op doing almost the same



commit c95bbc9b4e30b42f8de840ed8b59e48fa45827ab
Author: Michael Natterer <mitch gimp org>
Date:   Sat Apr 28 17:45:50 2018 +0200

    plug-ins: remove color-enhance, there is a GEGL op doing almost the same

 plug-ins/common/.gitignore      |    2 -
 plug-ins/common/Makefile.am     |   18 ---
 plug-ins/common/color-enhance.c |  289 ---------------------------------------
 plug-ins/common/gimprc.common   |    1 -
 plug-ins/common/plugin-defs.pl  |    1 -
 po-plug-ins/POTFILES.in         |    1 -
 6 files changed, 0 insertions(+), 312 deletions(-)
---
diff --git a/plug-ins/common/.gitignore b/plug-ins/common/.gitignore
index 13a727e..99a4684 100644
--- a/plug-ins/common/.gitignore
+++ b/plug-ins/common/.gitignore
@@ -22,8 +22,6 @@
 /cml-explorer.exe
 /color-cube-analyze
 /color-cube-analyze.exe
-/color-enhance
-/color-enhance.exe
 /colorify
 /colorify.exe
 /colormap-remap
diff --git a/plug-ins/common/Makefile.am b/plug-ins/common/Makefile.am
index 07762c9..f95dc03 100644
--- a/plug-ins/common/Makefile.am
+++ b/plug-ins/common/Makefile.am
@@ -59,7 +59,6 @@ libexec_PROGRAMS = \
        checkerboard \
        cml-explorer \
        color-cube-analyze \
-       color-enhance \
        colorify \
        colormap-remap \
        compose \
@@ -336,23 +335,6 @@ color_cube_analyze_LDADD = \
        $(INTLLIBS)             \
        $(color_cube_analyze_RC)
 
-color_enhance_SOURCES = \
-       color-enhance.c
-
-color_enhance_LDADD = \
-       $(libgimpui)            \
-       $(libgimpwidgets)       \
-       $(libgimpmodule)        \
-       $(libgimp)              \
-       $(libgimpmath)          \
-       $(libgimpconfig)        \
-       $(libgimpcolor)         \
-       $(libgimpbase)          \
-       $(GTK_LIBS)             \
-       $(RT_LIBS)              \
-       $(INTLLIBS)             \
-       $(color_enhance_RC)
-
 colorify_SOURCES = \
        colorify.c
 
diff --git a/plug-ins/common/gimprc.common b/plug-ins/common/gimprc.common
index 2c7307c..b6aa422 100644
--- a/plug-ins/common/gimprc.common
+++ b/plug-ins/common/gimprc.common
@@ -8,7 +8,6 @@ cartoon_RC = cartoon.rc.o
 checkerboard_RC = checkerboard.rc.o
 cml_explorer_RC = cml-explorer.rc.o
 color_cube_analyze_RC = color-cube-analyze.rc.o
-color_enhance_RC = color-enhance.rc.o
 colorify_RC = colorify.rc.o
 colormap_remap_RC = colormap-remap.rc.o
 compose_RC = compose.rc.o
diff --git a/plug-ins/common/plugin-defs.pl b/plug-ins/common/plugin-defs.pl
index a8b2151..754c980 100644
--- a/plug-ins/common/plugin-defs.pl
+++ b/plug-ins/common/plugin-defs.pl
@@ -9,7 +9,6 @@
     'checkerboard' => { ui => 1 },
     'cml-explorer' => { ui => 1 },
     'color-cube-analyze' => { ui => 1 },
-    'color-enhance' => { ui => 1 },
     'colorify' => { ui => 1 },
     'colormap-remap' => { ui => 1, gegl => 1 },
     'compose' => { ui => 1, gegl => 1 },
diff --git a/po-plug-ins/POTFILES.in b/po-plug-ins/POTFILES.in
index df491f5..624660e 100644
--- a/po-plug-ins/POTFILES.in
+++ b/po-plug-ins/POTFILES.in
@@ -13,7 +13,6 @@ plug-ins/common/cartoon.c
 plug-ins/common/checkerboard.c
 plug-ins/common/cml-explorer.c
 plug-ins/common/color-cube-analyze.c
-plug-ins/common/color-enhance.c
 plug-ins/common/colorify.c
 plug-ins/common/colormap-remap.c
 plug-ins/common/compose.c


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