[gimp] plug-ins: remove the sharpen plug-in without replacement



commit acea533a9a8126fbb8266b7bf0655eecd0b41a50
Author: Michael Natterer <mitch gimp org>
Date:   Mon Jul 15 00:39:01 2019 +0200

    plug-ins: remove the sharpen plug-in without replacement

 plug-ins/common/.gitignore     |   2 -
 plug-ins/common/Makefile.am    |  19 -
 plug-ins/common/gimprc.common  |   1 -
 plug-ins/common/plugin-defs.pl |   1 -
 plug-ins/common/sharpen.c      | 800 -----------------------------------------
 po-plug-ins/POTFILES.in        |   1 -
 6 files changed, 824 deletions(-)
---
diff --git a/plug-ins/common/.gitignore b/plug-ins/common/.gitignore
index 3378ab97c9..19ca8c4421 100644
--- a/plug-ins/common/.gitignore
+++ b/plug-ins/common/.gitignore
@@ -140,8 +140,6 @@
 /qbist.exe
 /sample-colorize
 /sample-colorize.exe
-/sharpen
-/sharpen.exe
 /smooth-palette
 /smooth-palette.exe
 /sparkle
diff --git a/plug-ins/common/Makefile.am b/plug-ins/common/Makefile.am
index 55ba9f635b..b57c691aa5 100644
--- a/plug-ins/common/Makefile.am
+++ b/plug-ins/common/Makefile.am
@@ -115,7 +115,6 @@ plugin_browser_libexecdir = $(gimpplugindir)/plug-ins/plugin-browser
 procedure_browser_libexecdir = $(gimpplugindir)/plug-ins/procedure-browser
 qbist_libexecdir = $(gimpplugindir)/plug-ins/qbist
 sample_colorize_libexecdir = $(gimpplugindir)/plug-ins/sample-colorize
-sharpen_libexecdir = $(gimpplugindir)/plug-ins/sharpen
 smooth_palette_libexecdir = $(gimpplugindir)/plug-ins/smooth-palette
 sparkle_libexecdir = $(gimpplugindir)/plug-ins/sparkle
 sphere_designer_libexecdir = $(gimpplugindir)/plug-ins/sphere-designer
@@ -198,7 +197,6 @@ plugin_browser_libexec_PROGRAMS = plugin-browser
 procedure_browser_libexec_PROGRAMS = procedure-browser
 qbist_libexec_PROGRAMS = qbist
 sample_colorize_libexec_PROGRAMS = sample-colorize
-sharpen_libexec_PROGRAMS = sharpen
 smooth_palette_libexec_PROGRAMS = smooth-palette
 sparkle_libexec_PROGRAMS = sparkle
 sphere_designer_libexec_PROGRAMS = sphere-designer
@@ -1481,23 +1479,6 @@ sample_colorize_LDADD = \
        $(INTLLIBS)             \
        $(sample_colorize_RC)
 
-sharpen_SOURCES = \
-       sharpen.c
-
-sharpen_LDADD = \
-       $(libgimpui)            \
-       $(libgimpwidgets)       \
-       $(libgimpmodule)        \
-       $(libgimp)              \
-       $(libgimpmath)          \
-       $(libgimpconfig)        \
-       $(libgimpcolor)         \
-       $(libgimpbase)          \
-       $(GTK_LIBS)             \
-       $(RT_LIBS)              \
-       $(INTLLIBS)             \
-       $(sharpen_RC)
-
 smooth_palette_SOURCES = \
        smooth-palette.c
 
diff --git a/plug-ins/common/gimprc.common b/plug-ins/common/gimprc.common
index 4fc8c14a68..2dc51d08c5 100644
--- a/plug-ins/common/gimprc.common
+++ b/plug-ins/common/gimprc.common
@@ -67,7 +67,6 @@ plugin_browser_RC = plugin-browser.rc.o
 procedure_browser_RC = procedure-browser.rc.o
 qbist_RC = qbist.rc.o
 sample_colorize_RC = sample-colorize.rc.o
-sharpen_RC = sharpen.rc.o
 smooth_palette_RC = smooth-palette.rc.o
 sparkle_RC = sparkle.rc.o
 sphere_designer_RC = sphere-designer.rc.o
diff --git a/plug-ins/common/plugin-defs.pl b/plug-ins/common/plugin-defs.pl
index dce1ca1b61..46bd119ee5 100644
--- a/plug-ins/common/plugin-defs.pl
+++ b/plug-ins/common/plugin-defs.pl
@@ -69,7 +69,6 @@
     'procedure-browser' => { ui => 1 },
     'qbist' => { ui => 1, gegl => 1 },
     'sample-colorize' => { ui => 1, gegl => 1 },
-    'sharpen' => { ui => 1 },
     'smooth-palette' => { ui => 1, gegl => 1 },
     'sparkle' => { ui => 1, gegl => 1 },
     'sphere-designer' => { ui => 1, gegl => 1 },
diff --git a/po-plug-ins/POTFILES.in b/po-plug-ins/POTFILES.in
index 62d22da122..847bb2c6b3 100644
--- a/po-plug-ins/POTFILES.in
+++ b/po-plug-ins/POTFILES.in
@@ -73,7 +73,6 @@ plug-ins/common/plugin-browser.c
 plug-ins/common/procedure-browser.c
 plug-ins/common/qbist.c
 plug-ins/common/sample-colorize.c
-plug-ins/common/sharpen.c
 plug-ins/common/smooth-palette.c
 plug-ins/common/sparkle.c
 plug-ins/common/sphere-designer.c


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