[gimp] plug-ins: plugin-browser and procedure-browser don't need porting.



commit 5e87258067d61d4b9f2be70993c0066f79300b58
Author: Jehan <jehan girinstud io>
Date:   Thu Aug 22 23:30:19 2019 +0200

    plug-ins: plugin-browser and procedure-browser don't need porting.

 plug-ins/common/Makefile.am    | 4 ----
 plug-ins/common/plugin-defs.pl | 4 ++--
 2 files changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/plug-ins/common/Makefile.am b/plug-ins/common/Makefile.am
index cc47c0cbbc..f3c8cc6fcc 100644
--- a/plug-ins/common/Makefile.am
+++ b/plug-ins/common/Makefile.am
@@ -1397,8 +1397,6 @@ nl_filter_LDADD = \
        $(INTLLIBS)             \
        $(nl_filter_RC)
 
-plugin_browser_CPPFLAGS = $(AM_CPPFLAGS) -DGIMP_DEPRECATED_REPLACE_NEW_API
-
 plugin_browser_SOURCES = \
        plugin-browser.c
 
@@ -1416,8 +1414,6 @@ plugin_browser_LDADD = \
        $(INTLLIBS)             \
        $(plugin_browser_RC)
 
-procedure_browser_CPPFLAGS = $(AM_CPPFLAGS) -DGIMP_DEPRECATED_REPLACE_NEW_API
-
 procedure_browser_SOURCES = \
        procedure-browser.c
 
diff --git a/plug-ins/common/plugin-defs.pl b/plug-ins/common/plugin-defs.pl
index a71874fc24..71a9341425 100644
--- a/plug-ins/common/plugin-defs.pl
+++ b/plug-ins/common/plugin-defs.pl
@@ -59,8 +59,8 @@
     'jigsaw' => { ui => 1, gegl => 1 },
     'mail' => { ui => 1, optional => 1 },
     'nl-filter' => { ui => 1, gegl => 1 },
-    'plugin-browser' => { ui => 1, old_api => 1 },
-    'procedure-browser' => { ui => 1, old_api => 1 },
+    'plugin-browser' => { ui => 1 },
+    'procedure-browser' => { ui => 1 },
     'qbist' => { ui => 1, gegl => 1, old_api => 1 },
     'sample-colorize' => { ui => 1, gegl => 1, old_api => 1 },
     'smooth-palette' => { ui => 1, gegl => 1, old_api => 1 },


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